Shades of Blue Haze #C0BCD0
Tints of Blue Haze #C0BCD0
RGB
CMYK
RGB Variations
Color information
#C0BCD0 (or 0xC0BCD0) is known color: Blue Haze. HEX triplet: C0, BC and D0. RGB value is (192,188,208). Sum of RGB (Red+Green+Blue) = 192+188+208=588 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.65% from 588); Green value is 188 (73.83% from 255 or 31.97% from 588); Blue value is 208 (81.64% from 255 or 35.37% from 588); Max value from RGB is 208 - color contains mainly: blue. Hex color #C0BCD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BCD0 is #3F432F. Grayscale: #BFBFBF. Windows color (decimal): -4145968 or 13679808. OLE color: 13679808.
HSL color Cylindrical-coordinate representation of color #C0BCD0: hue angle of 252º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C0BCD0 is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 188 | 208 | - |
| CMYK | 0.08 | 0.10 | 0 | 0.18 |
| HSL | 252º | 0.18% | 0.78% | - |
| HSV(B) | 252º | 0.1% | 0.82% | - |
| XYZ | 51.11 | 51.73 | 66.97 | - |
| YUV | 191.48 | 137.33 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 188 | 208 | 0.08 | 0.10 | 0 | 0.18 | 252 | 0.18 | 0.78 |
| Hex | C0 | BC | D0 | 8 | A | 0 | 12 | FC | 12 | 4E |
| Octal | 300 | 274 | 320 | 10 | 12 | 0 | 22 | 374 | 22 | 116 |
| Binary | 11000000 | 10111100 | 11010000 | 1000 | 1010 | 0 | 10010 | 11111100 | 10010 | 1001110 |
Color Harmonies of #C0BCD0
Complementary color
Monochromatic Colors of #C0BCD0
Black with #C0BCD0
Text Example
Text Example
White with #C0BCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BCD0; }
p { color: rgb(192,188,208); }
H1.HeaderClassName
{
color: #C0BCD0;
}
.AnyTagClassName
{
color: #C0BCD0;
}
</style>
background-color css
<style>
a { background-color: #C0BCD0; }
a { background-color: rgb(192,188,208); }
div.DivClassName
{
background-color: #C0BCD0;
}
.BgClassName
{
background-color: #C0BCD0;
}
</style>
border-color css
<style>
span { border-color: #C0BCD0; }
span { border-color: rgb(192,188,208); }
td.TdClassName
{
border-color: #C0BCD0;
}
.TagClassName
{
border-color: #C0BCD0;
}
</style>