#b2c7c0 Color Hex Fresh Tone

Information about Fresh Tone Color | #0000FF

#b2c7c0 color RGB value is (178,199,192). #b2c7c0 color name is Fresh Tone color.

#b2c7c0 hex color red value is 178 , green value is 199 and the blue value of its RGB is 192 . Cylindrical-coordinate representations (also known as HSL) of color #b2c7c0 hue: 160 , saturation: 16 and the lightness value of #b2c7c0 is 74

The process color (four color CMYK) of #b2c7c0 color hex is 4 , 0 ,1, 9 .

#b2c7c0

~Fresh Tone

Color Converions

HEX
#b2c7c0
RGB
178,199,192
LAB
78,-8,1
CMYK
11,0,4,22
LCH
78,8,174
XYZ
48,54,58
HSV
160,11,78
HSL
160,16,74

Base Numbers

Base Red Green Blue
Binary 10110010 11000111 11000000
Octal 262 307 300
Decimal 178 199 192
Hex b2 c7 c0

RGB Percentages of Color #b2c7c0

70%
78%
75%

CMYK Percentages of Color #b2c7c0

4%
1%
0%
9%

Color Variations

View this color variations of shades, tints, tones, hues and temperatures.

Shades of #b2c7c0

A shade is created by adding black to a base color, increasing its darkness. Shades appear more dramatic and richer.

10%
#b2c7c0
20%
#a0b3ad
30%
#8e9f9a
40%
#7d8b86
50%
#6b7773
60%
#596460
70%
#47504d
80%
#353c3a
90%
#242826
100%
#121413

Tints of #b2c7c0

A tint is created by adding white to a base color, increasing its lightness. Tints are likely to look pastel and less intense.

10%
#b2c7c0
20%
#bacdc6
30%
#c1d2cd
40%
#c9d8d3
50%
#d1ddd9
60%
#d8e3df
70%
#e0e9e6
80%
#e8eeec
90%
#f0f4f2
100%
#f7f9f9

Tones of #b2c7c0

A tone is created by adding gray to a base color, increasing its lightness. Tones looks more sophisticated and complex than base colors.

10%
#b2c7c0
20%
#adc0ba
30%
#a8b9b3
40%
#a3b2ad
50%
#9eaaa6
60%
#99a3a0
70%
#949c99
80%
#8f9593
90%
#8a8e8c
100%
#858786

Color harmonies

Color harmonies are pleasing color schemes created according to their position on a color wheel.

Analogous

Colors of the same luminance and saturation with hues that are adjacent on the color wheel, 30 degrees apart. Smooth transitions.
#b2c7c0
#b2c7b8
#b2c7bc
#b2c7c0
#b2c7c4
#b2c6c7

Complementary

Complementary color schemes are made by picking two opposite colors con the color wheel. They appear vibrant near to each other.
#b2c7c0
#c7b2b9

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#b2c7c0
#b2b5c7
#c7b8b2

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#b2c7c0
#c0b2c7
#c7c0b2

Tetradic

Tetradic color schemes are made form two couples of complementary colors in a rectangular shape on the color wheel. They are very versatile, and work best with one dominant color.
#b2c7c0
#b5b2c7
#c7b2b9
#c3c7b2

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#b2c7c0
#d8f1e9
#1a1d1c
#404745
#66726e
#8c9c97

Blindness simulator

Check how a color is perceived by color blind people to create accessible designs.

Normal

#b2c7c0

protanopia

#c6c0bc

deuteranopia

#d4bbc2

tritanopia

#b4c3d2

achromatopsia

#c2c2c2

protanomaly

#bfc3bd

deuteranomaly

#c7bfc1

achromatopsia

#c2c2c2

tritanomaly

#b4c4cb

achromatomaly

#bcc4c1

Contrast Checker

Verify the contrast of a text on white and black backgrounds.

White background

Poor 2/21
Hello World ! 2

Black background-color

Good 12/21
Hello World !

#b2c7c0 Color CSS Codes

.bgcolor {background-color:#b2c7c0; } 
.forecolor {color:#b2c7c0; }
.bordercolor {border:3px solid #b2c7c0; }
            

#b2c7c0 Text Font Color

<div style="color:#b2c7c0">
Div content here</div>

This sample text font color is #b2c7c0
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

#b2c7c0 Background Color

<div style="background-color:#b2c7c0">
Div content here</div>
Div content here

#b2c7c0 Border Color

<div style="border:3px solid #b2c7c0">
Div here</div>

This div border color is #b2c7c0

#b2c7c0 Color CSS Codes Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px #b2c7c0; } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b2c7c0; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b2c7c0;
  -webkit-box-shadow: 1px 1px 3px 2px #b2c7c0;
  box-shadow: 1px 1px 3px 2px #b2c7c0; }
            

Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b2c7c0">Text here</p>
            

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #b2c7c0;
              -webkit-box-shadow: 1px 1px 3px 2px #b2c7c0;
              box-shadow:         1px 1px 3px 2px #b2c7c0#b2c7c0">
Div content here</div>

This div box has shadow with color #b2c7c0

More Colors

Noble Blush
#e8b9b2
Mint Parfait
#bbe6bb
Leaf Tea
#697d4c
Ashen Tan
#d3cabf
Pebble Path
#d5bc94
Fire Yellow
#ffb70b
Flawed White
#fffbfc
Cashmere Clay
#cda291
Physalis Peal
#e1d8bb
Captain Blue
#005171
Baked Bread
#dacba9
Battle Blue
#74828f
Ancho Pepper
#7a5145
Pink Cattleya
#ffb2d0
Mochaccino
#945200
Caicos Turquoise
#26b7b5
Paw Paw
#fbd49c
Berries n Cream
#f2b8ca
Cranapple
#db8079
Caramel Cloud
#d4af85
Dry Pasture
#948971
Midnight Pines
#17240b
City Tower
#aeaba5
Phelps Putty
#c4bdad
Death Valley Beige
#ddbb88
Pink Fire
#fc845d
Dusty Dream
#97a2a0
Elite Teal
#133337
Arrow Shaft
#5c503a
Chocolate Bells
#775130
Muscadine
#f4e5ab
Pettingill Sage
#88806a
Aurora Grey
#d3c5c4
Light Martian Moon
#d1efdd
Medium Slate Blue
#7b68ee
Doombull Brown
#7c1e08
Applemint Soda
#f3f5e9
Mineral White
#dce5d9
Milk Glass
#faf7f0
Natural
#aa907d
rating-img
Rate this tool
NaN/5   0 votes