Shades of Blue Haze #C0BCCD
Tints of Blue Haze #C0BCCD
RGB
CMYK
RGB Variations
Color information
#C0BCCD (or 0xC0BCCD) is known color: Blue Haze. HEX triplet: C0, BC and CD. RGB value is (192,188,205). Sum of RGB (Red+Green+Blue) = 192+188+205=585 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.82% from 585); Green value is 188 (73.83% from 255 or 32.14% from 585); Blue value is 205 (80.47% from 255 or 35.04% from 585); Max value from RGB is 205 - color contains mainly: blue. Hex color #C0BCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BCCD is #3F4332. Grayscale: #BFBFBF. Windows color (decimal): -4145971 or 13483200. OLE color: 13483200.
HSL color Cylindrical-coordinate representation of color #C0BCCD: hue angle of 254.12º degrees, saturation: 0.15, 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 #C0BCCD is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 188 | 205 | - |
| CMYK | 0.06 | 0.08 | 0 | 0.20 |
| HSL | 254.12º | 0.15% | 0.77% | - |
| HSV(B) | 254.12º | 0.08% | 0.8% | - |
| XYZ | 50.74 | 51.58 | 65.04 | - |
| YUV | 191.13 | 135.83 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 188 | 205 | 0.06 | 0.08 | 0 | 0.20 | 254.12 | 0.15 | 0.77 |
| Hex | C0 | BC | CD | 6 | 8 | 0 | 14 | FE | F | 4D |
| Octal | 300 | 274 | 315 | 6 | 10 | 0 | 24 | 376 | 17 | 115 |
| Binary | 11000000 | 10111100 | 11001101 | 110 | 1000 | 0 | 10100 | 11111110 | 1111 | 1001101 |
Color Harmonies of #C0BCCD
Complementary color
Monochromatic Colors of #C0BCCD
Black with #C0BCCD
Text Example
Text Example
White with #C0BCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BCCD; }
p { color: rgb(192,188,205); }
H1.HeaderClassName
{
color: #C0BCCD;
}
.AnyTagClassName
{
color: #C0BCCD;
}
</style>
background-color css
<style>
a { background-color: #C0BCCD; }
a { background-color: rgb(192,188,205); }
div.DivClassName
{
background-color: #C0BCCD;
}
.BgClassName
{
background-color: #C0BCCD;
}
</style>
border-color css
<style>
span { border-color: #C0BCCD; }
span { border-color: rgb(192,188,205); }
td.TdClassName
{
border-color: #C0BCCD;
}
.TagClassName
{
border-color: #C0BCCD;
}
</style>