Shades of Blue Haze #C0BDC9
Tints of Blue Haze #C0BDC9
RGB
CMYK
RGB Variations
Color information
#C0BDC9 (or 0xC0BDC9) is known color: Blue Haze. HEX triplet: C0, BD and C9. RGB value is (192,189,201). Sum of RGB (Red+Green+Blue) = 192+189+201=582 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.99% from 582); Green value is 189 (74.22% from 255 or 32.47% from 582); Blue value is 201 (78.91% from 255 or 34.54% from 582); Max value from RGB is 201 - color contains mainly: blue. Hex color #C0BDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BDC9 is #3F4236. Grayscale: #BFBFBF. Windows color (decimal): -4145719 or 13221312. OLE color: 13221312.
HSL color Cylindrical-coordinate representation of color #C0BDC9: hue angle of 255º degrees, saturation: 0.1, 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 #C0BDC9 is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 189 | 201 | - |
| CMYK | 0.04 | 0.06 | 0 | 0.21 |
| HSL | 255º | 0.1% | 0.76% | - |
| HSV(B) | 255º | 0.06% | 0.79% | - |
| XYZ | 50.48 | 51.82 | 62.6 | - |
| YUV | 191.27 | 133.49 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 189 | 201 | 0.04 | 0.06 | 0 | 0.21 | 255 | 0.1 | 0.76 |
| Hex | C0 | BD | C9 | 4 | 6 | 0 | 15 | FF | A | 4C |
| Octal | 300 | 275 | 311 | 4 | 6 | 0 | 25 | 377 | 12 | 114 |
| Binary | 11000000 | 10111101 | 11001001 | 100 | 110 | 0 | 10101 | 11111111 | 1010 | 1001100 |
Color Harmonies of #C0BDC9
Complementary color
Monochromatic Colors of #C0BDC9
Black with #C0BDC9
Text Example
Text Example
White with #C0BDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BDC9; }
p { color: rgb(192,189,201); }
H1.HeaderClassName
{
color: #C0BDC9;
}
.AnyTagClassName
{
color: #C0BDC9;
}
</style>
background-color css
<style>
a { background-color: #C0BDC9; }
a { background-color: rgb(192,189,201); }
div.DivClassName
{
background-color: #C0BDC9;
}
.BgClassName
{
background-color: #C0BDC9;
}
</style>
border-color css
<style>
span { border-color: #C0BDC9; }
span { border-color: rgb(192,189,201); }
td.TdClassName
{
border-color: #C0BDC9;
}
.TagClassName
{
border-color: #C0BDC9;
}
</style>