Shades of Blue Haze #C0BCC9
Tints of Blue Haze #C0BCC9
RGB
CMYK
RGB Variations
Color information
#C0BCC9 (or 0xC0BCC9) is known color: Blue Haze. HEX triplet: C0, BC and C9. RGB value is (192,188,201). Sum of RGB (Red+Green+Blue) = 192+188+201=581 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.05% from 581); Green value is 188 (73.83% from 255 or 32.36% from 581); Blue value is 201 (78.91% from 255 or 34.60% from 581); Max value from RGB is 201 - color contains mainly: blue. Hex color #C0BCC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BCC9 is #3F4336. Grayscale: #BEBEBE. Windows color (decimal): -4145975 or 13221056. OLE color: 13221056.
HSL color Cylindrical-coordinate representation of color #C0BCC9: hue angle of 258.46º degrees, saturation: 0.11, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C0BCC9 is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 188 | 201 | - |
| CMYK | 0.04 | 0.06 | 0 | 0.21 |
| HSL | 258.46º | 0.11% | 0.76% | - |
| HSV(B) | 258.46º | 0.06% | 0.79% | - |
| XYZ | 50.26 | 51.39 | 62.53 | - |
| YUV | 190.68 | 133.83 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 188 | 201 | 0.04 | 0.06 | 0 | 0.21 | 258.46 | 0.11 | 0.76 |
| Hex | C0 | BC | C9 | 4 | 6 | 0 | 15 | 102 | B | 4C |
| Octal | 300 | 274 | 311 | 4 | 6 | 0 | 25 | 402 | 13 | 114 |
| Binary | 11000000 | 10111100 | 11001001 | 100 | 110 | 0 | 10101 | 100000010 | 1011 | 1001100 |
Color Harmonies of #C0BCC9
Complementary color
Monochromatic Colors of #C0BCC9
Black with #C0BCC9
Text Example
Text Example
White with #C0BCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BCC9; }
p { color: rgb(192,188,201); }
H1.HeaderClassName
{
color: #C0BCC9;
}
.AnyTagClassName
{
color: #C0BCC9;
}
</style>
background-color css
<style>
a { background-color: #C0BCC9; }
a { background-color: rgb(192,188,201); }
div.DivClassName
{
background-color: #C0BCC9;
}
.BgClassName
{
background-color: #C0BCC9;
}
</style>
border-color css
<style>
span { border-color: #C0BCC9; }
span { border-color: rgb(192,188,201); }
td.TdClassName
{
border-color: #C0BCC9;
}
.TagClassName
{
border-color: #C0BCC9;
}
</style>