Shades of Blue Haze #C0BCCC
Tints of Blue Haze #C0BCCC
RGB
CMYK
RGB Variations
Color information
#C0BCCC (or 0xC0BCCC) is known color: Blue Haze. HEX triplet: C0, BC and CC. RGB value is (192,188,204). Sum of RGB (Red+Green+Blue) = 192+188+204=584 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.88% from 584); Green value is 188 (73.83% from 255 or 32.19% from 584); Blue value is 204 (80.08% from 255 or 34.93% from 584); Max value from RGB is 204 - color contains mainly: blue. Hex color #C0BCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BCCC is #3F4333. Grayscale: #BEBEBE. Windows color (decimal): -4145972 or 13417664. OLE color: 13417664.
HSL color Cylindrical-coordinate representation of color #C0BCCC: hue angle of 255º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C0BCCC is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 192 | 188 | 204 | - |
| CMYK | 0.06 | 0.08 | 0 | 0.2 |
| HSL | 255º | 0.14% | 0.77% | - |
| HSV(B) | 255º | 0.08% | 0.8% | - |
| XYZ | 50.62 | 51.53 | 64.41 | - |
| YUV | 191.02 | 135.33 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 188 | 204 | 0.06 | 0.08 | 0 | 0.2 | 255 | 0.14 | 0.77 |
| Hex | C0 | BC | CC | 6 | 8 | 0 | 14 | FF | E | 4D |
| Octal | 300 | 274 | 314 | 6 | 10 | 0 | 24 | 377 | 16 | 115 |
| Binary | 11000000 | 10111100 | 11001100 | 110 | 1000 | 0 | 10100 | 11111111 | 1110 | 1001101 |
Color Harmonies of #C0BCCC
Complementary color
Monochromatic Colors of #C0BCCC
Black with #C0BCCC
Text Example
Text Example
White with #C0BCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BCCC; }
p { color: rgb(192,188,204); }
H1.HeaderClassName
{
color: #C0BCCC;
}
.AnyTagClassName
{
color: #C0BCCC;
}
</style>
background-color css
<style>
a { background-color: #C0BCCC; }
a { background-color: rgb(192,188,204); }
div.DivClassName
{
background-color: #C0BCCC;
}
.BgClassName
{
background-color: #C0BCCC;
}
</style>
border-color css
<style>
span { border-color: #C0BCCC; }
span { border-color: rgb(192,188,204); }
td.TdClassName
{
border-color: #C0BCCC;
}
.TagClassName
{
border-color: #C0BCCC;
}
</style>