Shades of Blue Haze #C0BBCE
Tints of Blue Haze #C0BBCE
RGB
CMYK
RGB Variations
Color information
#C0BBCE (or 0xC0BBCE) is known color: Blue Haze. HEX triplet: C0, BB and CE. RGB value is (192,187,206). Sum of RGB (Red+Green+Blue) = 192+187+206=585 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.82% from 585); Green value is 187 (73.44% from 255 or 31.97% from 585); Blue value is 206 (80.86% from 255 or 35.21% from 585); Max value from RGB is 206 - color contains mainly: blue. Hex color #C0BBCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BBCE is #3F4431. Grayscale: #BEBEBE. Windows color (decimal): -4146226 or 13548480. OLE color: 13548480.
HSL color Cylindrical-coordinate representation of color #C0BBCE: hue angle of 255.79º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C0BBCE is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 187 | 206 | - |
| CMYK | 0.07 | 0.09 | 0 | 0.19 |
| HSL | 255.79º | 0.16% | 0.77% | - |
| HSV(B) | 255.79º | 0.09% | 0.81% | - |
| XYZ | 50.65 | 51.2 | 65.61 | - |
| YUV | 190.66 | 136.66 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 187 | 206 | 0.07 | 0.09 | 0 | 0.19 | 255.79 | 0.16 | 0.77 |
| Hex | C0 | BB | CE | 7 | 9 | 0 | 13 | 100 | 10 | 4D |
| Octal | 300 | 273 | 316 | 7 | 11 | 0 | 23 | 400 | 20 | 115 |
| Binary | 11000000 | 10111011 | 11001110 | 111 | 1001 | 0 | 10011 | 100000000 | 10000 | 1001101 |
Color Harmonies of #C0BBCE
Complementary color
Monochromatic Colors of #C0BBCE
Black with #C0BBCE
Text Example
Text Example
White with #C0BBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BBCE; }
p { color: rgb(192,187,206); }
H1.HeaderClassName
{
color: #C0BBCE;
}
.AnyTagClassName
{
color: #C0BBCE;
}
</style>
background-color css
<style>
a { background-color: #C0BBCE; }
a { background-color: rgb(192,187,206); }
div.DivClassName
{
background-color: #C0BBCE;
}
.BgClassName
{
background-color: #C0BBCE;
}
</style>
border-color css
<style>
span { border-color: #C0BBCE; }
span { border-color: rgb(192,187,206); }
td.TdClassName
{
border-color: #C0BBCE;
}
.TagClassName
{
border-color: #C0BBCE;
}
</style>