#b9c0c0 Color Hex Maiden Mist

Information about Maiden Mist Color | #0000FF

#b9c0c0 color RGB value is (185,192,192). #b9c0c0 color name is Maiden Mist color.

#b9c0c0 hex color red value is 185 , green value is 192 and the blue value of its RGB is 192 . Cylindrical-coordinate representations (also known as HSL) of color #b9c0c0 hue: 180 , saturation: 5 and the lightness value of #b9c0c0 is 74

The process color (four color CMYK) of #b9c0c0 color hex is 1 , 0 ,0, 10 .

#b9c0c0

~Maiden Mist

Color Converions

HEX
#b9c0c0
RGB
185,192,192
LAB
77,-3,-1
CMYK
4,0,0,25
LCH
77,3,-160
XYZ
48,52,57
HSV
180,4,75
HSL
180,5,74

Base Numbers

Base Red Green Blue
Binary 10111001 11000000 11000000
Octal 271 300 300
Decimal 185 192 192
Hex b9 c0 c0

RGB Percentages of Color #b9c0c0

73%
75%
75%

CMYK Percentages of Color #b9c0c0

1%
0%
0%
10%

Color Variations

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

Shades of #b9c0c0

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

10%
#b9c0c0
20%
#a7adad
30%
#949a9a
40%
#828686
50%
#6f7373
60%
#5d6060
70%
#4a4d4d
80%
#383a3a
90%
#252626
100%
#131313

Tints of #b9c0c0

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

10%
#b9c0c0
20%
#c0c6c6
30%
#c7cdcd
40%
#ced3d3
50%
#d5d9d9
60%
#dcdfdf
70%
#e3e6e6
80%
#eaecec
90%
#f1f2f2
100%
#f8f9f9

Tones of #b9c0c0

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

10%
#b9c0c0
20%
#b3baba
30%
#adb3b3
40%
#a8adad
50%
#a2a6a6
60%
#9ca0a0
70%
#969999
80%
#919393
90%
#8b8c8c
100%
#858686

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.
#b9c0c0
#b9c0bd
#b9c0bf
#b9c0c0
#b9bfc0
#b9bdc0

Complementary

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

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#b9c0c0
#bab9c0
#c0bdb9

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#b9c0c0
#c0b9c0
#c0c0b9

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.
#b9c0c0
#bcb9c0
#c0b9b9
#bcc0b9

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#b9c0c0
#e2eaea
#151616
#3e4040
#676b6b
#909595

Blindness simulator

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

Normal

#b9c0c0

protanopia

#c0bcbd

deuteranopia

#ceb7c1

tritanopia

#babdcb

achromatopsia

#bfbfbf

protanomaly

#bebebe

deuteranomaly

#c7bac1

achromatopsia

#bfbfbf

tritanomaly

#babec7

achromatomaly

#bdbfbf

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 11/21
Hello World !

#b9c0c0 Color CSS Codes

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

#b9c0c0 Text Font Color

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

This sample text font color is #b9c0c0
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.

#b9c0c0 Background Color

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

#b9c0c0 Border Color

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

This div border color is #b9c0c0

#b9c0c0 Color CSS Codes Examples

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

Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9c0c0

More Colors

Paris M
#312760
Octarine
#ccdd00
Pink Flamingo
#ff66ff
Old Salem
#bba582
Pasture Green
#506351
Nurture Green
#98b092
Open Seas
#83afbc
Autumn Orchid
#9d9093
Green Fatigue
#605e4f
Hip Waders
#746a51
Explosive Purple
#cc11bb
Evergreen Field
#47534f
Ecru White
#d6d1c0
Lost Lace
#c2ebd1
Grubby Red
#811412
Bauhaus Blue
#006392
Pink Grapefruit
#f3bac9
Captain Blue
#005171
Peace N Quiet
#cacfe0
Foamy Milk
#f7f4f7
British Grey Mauve
#7d7081
Pelorus
#2599b2
Falcon Grey
#898887
Brown Beige
#cc8833
Peach Brick
#e5ccbd
Baroness Mauve
#847098
Grape Taffy
#f4daf1
Apricot Orange
#c86b3c
Juicy Details
#d9787c
Himalayan Salt
#c07765
Low Tide
#99d1a4
Fairway
#477050
Lumber
#ffe4cd
Mindaro
#daea6f
Jacobean Lace
#e4ccb0
Mid-century Gem
#81b39c
Disappearing Island
#bbdee5
Bitter Lime
#cfff00
Bara Red
#e9546b
Isabella's Aqua
#9bd8c4
rating-img
Rate this tool
NaN/5   0 votes