Shades of Blue Haze #C0BACE
Tints of Blue Haze #C0BACE
RGB
CMYK
RGB Variations
Color information
#C0BACE (or 0xC0BACE) is known color: Blue Haze. HEX triplet: C0, BA and CE. RGB value is (192,186,206). Sum of RGB (Red+Green+Blue) = 192+186+206=584 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.88% from 584); Green value is 186 (73.05% from 255 or 31.85% from 584); Blue value is 206 (80.86% from 255 or 35.27% from 584); Max value from RGB is 206 - color contains mainly: blue. Hex color #C0BACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BACE is #3F4531. Grayscale: #BDBDBD. Windows color (decimal): -4146482 or 13548224. OLE color: 13548224.
HSL color Cylindrical-coordinate representation of color #C0BACE: hue angle of 258º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C0BACE is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 186 | 206 | - |
| CMYK | 0.07 | 0.10 | 0 | 0.19 |
| HSL | 258º | 0.17% | 0.77% | - |
| HSV(B) | 258º | 0.1% | 0.81% | - |
| XYZ | 50.44 | 50.78 | 65.54 | - |
| YUV | 190.07 | 136.99 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 186 | 206 | 0.07 | 0.10 | 0 | 0.19 | 258 | 0.17 | 0.77 |
| Hex | C0 | BA | CE | 7 | A | 0 | 13 | 102 | 11 | 4D |
| Octal | 300 | 272 | 316 | 7 | 12 | 0 | 23 | 402 | 21 | 115 |
| Binary | 11000000 | 10111010 | 11001110 | 111 | 1010 | 0 | 10011 | 100000010 | 10001 | 1001101 |
Color Harmonies of #C0BACE
Complementary color
Monochromatic Colors of #C0BACE
Black with #C0BACE
Text Example
Text Example
White with #C0BACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BACE; }
p { color: rgb(192,186,206); }
H1.HeaderClassName
{
color: #C0BACE;
}
.AnyTagClassName
{
color: #C0BACE;
}
</style>
background-color css
<style>
a { background-color: #C0BACE; }
a { background-color: rgb(192,186,206); }
div.DivClassName
{
background-color: #C0BACE;
}
.BgClassName
{
background-color: #C0BACE;
}
</style>
border-color css
<style>
span { border-color: #C0BACE; }
span { border-color: rgb(192,186,206); }
td.TdClassName
{
border-color: #C0BACE;
}
.TagClassName
{
border-color: #C0BACE;
}
</style>