Shades of Blue Haze #C0BBD1
Tints of Blue Haze #C0BBD1
RGB
CMYK
RGB Variations
Color information
#C0BBD1 (or 0xC0BBD1) is known color: Blue Haze. HEX triplet: C0, BB and D1. RGB value is (192,187,209). Sum of RGB (Red+Green+Blue) = 192+187+209=588 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.65% from 588); Green value is 187 (73.44% from 255 or 31.80% from 588); Blue value is 209 (82.03% from 255 or 35.54% from 588); Max value from RGB is 209 - color contains mainly: blue. Hex color #C0BBD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BBD1 is #3F442E. Grayscale: #BEBEBE. Windows color (decimal): -4146223 or 13745088. OLE color: 13745088.
HSL color Cylindrical-coordinate representation of color #C0BBD1: hue angle of 253.64º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C0BBD1 is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 187 | 209 | - |
| CMYK | 0.08 | 0.11 | 0 | 0.18 |
| HSL | 253.64º | 0.19% | 0.78% | - |
| HSV(B) | 253.64º | 0.11% | 0.82% | - |
| XYZ | 51.02 | 51.35 | 67.54 | - |
| YUV | 191 | 138.16 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 187 | 209 | 0.08 | 0.11 | 0 | 0.18 | 253.64 | 0.19 | 0.78 |
| Hex | C0 | BB | D1 | 8 | B | 0 | 12 | FE | 13 | 4E |
| Octal | 300 | 273 | 321 | 10 | 13 | 0 | 22 | 376 | 23 | 116 |
| Binary | 11000000 | 10111011 | 11010001 | 1000 | 1011 | 0 | 10010 | 11111110 | 10011 | 1001110 |
Color Harmonies of #C0BBD1
Complementary color
Monochromatic Colors of #C0BBD1
Black with #C0BBD1
Text Example
Text Example
White with #C0BBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BBD1; }
p { color: rgb(192,187,209); }
H1.HeaderClassName
{
color: #C0BBD1;
}
.AnyTagClassName
{
color: #C0BBD1;
}
</style>
background-color css
<style>
a { background-color: #C0BBD1; }
a { background-color: rgb(192,187,209); }
div.DivClassName
{
background-color: #C0BBD1;
}
.BgClassName
{
background-color: #C0BBD1;
}
</style>
border-color css
<style>
span { border-color: #C0BBD1; }
span { border-color: rgb(192,187,209); }
td.TdClassName
{
border-color: #C0BBD1;
}
.TagClassName
{
border-color: #C0BBD1;
}
</style>