Shades of Blue Haze #C2BED1
Tints of Blue Haze #C2BED1
RGB
CMYK
RGB Variations
Color information
#C2BED1 (or 0xC2BED1) is known color: Blue Haze. HEX triplet: C2, BE and D1. RGB value is (194,190,209). Sum of RGB (Red+Green+Blue) = 194+190+209=593 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.72% from 593); Green value is 190 (74.61% from 255 or 32.04% from 593); Blue value is 209 (82.03% from 255 or 35.24% from 593); Max value from RGB is 209 - color contains mainly: blue. Hex color #C2BED1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BED1 is #3D412E. Grayscale: #C1C1C1. Windows color (decimal): -4014383 or 13745858. OLE color: 13745858.
HSL color Cylindrical-coordinate representation of color #C2BED1: hue angle of 252.63º degrees, saturation: 0.17, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C2BED1 is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 194 | 190 | 209 | - |
CMYK | 0.07 | 0.09 | 0 | 0.18 |
HSL | 252.63º | 0.17% | 0.78% | - |
HSV(B) | 252.63º | 0.09% | 0.82% | - |
XYZ | 52.17 | 52.9 | 67.78 | - |
YUV | 193.36 | 136.83 | 128.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 190 | 209 | 0.07 | 0.09 | 0 | 0.18 | 252.63 | 0.17 | 0.78 |
Hex | C2 | BE | D1 | 7 | 9 | 0 | 12 | FD | 11 | 4E |
Octal | 302 | 276 | 321 | 7 | 11 | 0 | 22 | 375 | 21 | 116 |
Binary | 11000010 | 10111110 | 11010001 | 111 | 1001 | 0 | 10010 | 11111101 | 10001 | 1001110 |
Color Harmonies of #C2BED1
Complementary color
Monochromatic Colors of #C2BED1
Black with #C2BED1
Text Example
Text Example
White with #C2BED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BED1; }
p { color: rgb(194,190,209); }
H1.HeaderClassName
{
color: #C2BED1;
}
.AnyTagClassName
{
color: #C2BED1;
}
</style>
background-color css
<style>
a { background-color: #C2BED1; }
a { background-color: rgb(194,190,209); }
div.DivClassName
{
background-color: #C2BED1;
}
.BgClassName
{
background-color: #C2BED1;
}
</style>
border-color css
<style>
span { border-color: #C2BED1; }
span { border-color: rgb(194,190,209); }
td.TdClassName
{
border-color: #C2BED1;
}
.TagClassName
{
border-color: #C2BED1;
}
</style>