Shades of Blue Haze #C0BDCF
Tints of Blue Haze #C0BDCF
RGB
CMYK
RGB Variations
Color information
#C0BDCF (or 0xC0BDCF) is known color: Blue Haze. HEX triplet: C0, BD and CF. RGB value is (192,189,207). Sum of RGB (Red+Green+Blue) = 192+189+207=588 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.65% from 588); Green value is 189 (74.22% from 255 or 32.14% from 588); Blue value is 207 (81.25% from 255 or 35.20% from 588); Max value from RGB is 207 - color contains mainly: blue. Hex color #C0BDCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BDCF is #3F4230. Grayscale: #BFBFBF. Windows color (decimal): -4145713 or 13614528. OLE color: 13614528.
HSL color Cylindrical-coordinate representation of color #C0BDCF: hue angle of 250º degrees, saturation: 0.16, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C0BDCF is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 189 | 207 | - |
| CMYK | 0.07 | 0.09 | 0 | 0.19 |
| HSL | 250º | 0.16% | 0.78% | - |
| HSV(B) | 250º | 0.09% | 0.81% | - |
| XYZ | 51.2 | 52.11 | 66.39 | - |
| YUV | 191.95 | 136.49 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 189 | 207 | 0.07 | 0.09 | 0 | 0.19 | 250 | 0.16 | 0.78 |
| Hex | C0 | BD | CF | 7 | 9 | 0 | 13 | FA | 10 | 4E |
| Octal | 300 | 275 | 317 | 7 | 11 | 0 | 23 | 372 | 20 | 116 |
| Binary | 11000000 | 10111101 | 11001111 | 111 | 1001 | 0 | 10011 | 11111010 | 10000 | 1001110 |
Color Harmonies of #C0BDCF
Complementary color
Monochromatic Colors of #C0BDCF
Black with #C0BDCF
Text Example
Text Example
White with #C0BDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BDCF; }
p { color: rgb(192,189,207); }
H1.HeaderClassName
{
color: #C0BDCF;
}
.AnyTagClassName
{
color: #C0BDCF;
}
</style>
background-color css
<style>
a { background-color: #C0BDCF; }
a { background-color: rgb(192,189,207); }
div.DivClassName
{
background-color: #C0BDCF;
}
.BgClassName
{
background-color: #C0BDCF;
}
</style>
border-color css
<style>
span { border-color: #C0BDCF; }
span { border-color: rgb(192,189,207); }
td.TdClassName
{
border-color: #C0BDCF;
}
.TagClassName
{
border-color: #C0BDCF;
}
</style>