Shades of Blue Haze #C0BBCD
Tints of Blue Haze #C0BBCD
RGB
CMYK
RGB Variations
Color information
#C0BBCD (or 0xC0BBCD) is known color: Blue Haze. HEX triplet: C0, BB and CD. RGB value is (192,187,205). Sum of RGB (Red+Green+Blue) = 192+187+205=584 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.88% from 584); Green value is 187 (73.44% from 255 or 32.02% from 584); Blue value is 205 (80.47% from 255 or 35.10% from 584); Max value from RGB is 205 - color contains mainly: blue. Hex color #C0BBCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BBCD is #3F4432. Grayscale: #BEBEBE. Windows color (decimal): -4146227 or 13482944. OLE color: 13482944.
HSL color Cylindrical-coordinate representation of color #C0BBCD: hue angle of 256.67º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C0BBCD is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 192 | 187 | 205 | - |
CMYK | 0.06 | 0.09 | 0 | 0.20 |
HSL | 256.67º | 0.15% | 0.77% | - |
HSV(B) | 256.67º | 0.09% | 0.8% | - |
XYZ | 50.53 | 51.15 | 64.97 | - |
YUV | 190.55 | 136.16 | 129.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 187 | 205 | 0.06 | 0.09 | 0 | 0.20 | 256.67 | 0.15 | 0.77 |
Hex | C0 | BB | CD | 6 | 9 | 0 | 14 | 101 | F | 4D |
Octal | 300 | 273 | 315 | 6 | 11 | 0 | 24 | 401 | 17 | 115 |
Binary | 11000000 | 10111011 | 11001101 | 110 | 1001 | 0 | 10100 | 100000001 | 1111 | 1001101 |
Color Harmonies of #C0BBCD
Complementary color
Monochromatic Colors of #C0BBCD
Black with #C0BBCD
Text Example
Text Example
White with #C0BBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BBCD; }
p { color: rgb(192,187,205); }
H1.HeaderClassName
{
color: #C0BBCD;
}
.AnyTagClassName
{
color: #C0BBCD;
}
</style>
background-color css
<style>
a { background-color: #C0BBCD; }
a { background-color: rgb(192,187,205); }
div.DivClassName
{
background-color: #C0BBCD;
}
.BgClassName
{
background-color: #C0BBCD;
}
</style>
border-color css
<style>
span { border-color: #C0BBCD; }
span { border-color: rgb(192,187,205); }
td.TdClassName
{
border-color: #C0BBCD;
}
.TagClassName
{
border-color: #C0BBCD;
}
</style>