Shades of Blue Haze #C0BDCD
Tints of Blue Haze #C0BDCD
RGB
CMYK
RGB Variations
Color information
#C0BDCD (or 0xC0BDCD) is known color: Blue Haze. HEX triplet: C0, BD and CD. RGB value is (192,189,205). Sum of RGB (Red+Green+Blue) = 192+189+205=586 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.76% from 586); Green value is 189 (74.22% from 255 or 32.25% from 586); Blue value is 205 (80.47% from 255 or 34.98% from 586); Max value from RGB is 205 - color contains mainly: blue. Hex color #C0BDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BDCD is #3F4232. Grayscale: #BFBFBF. Windows color (decimal): -4145715 or 13483456. OLE color: 13483456.
HSL color Cylindrical-coordinate representation of color #C0BDCD: hue angle of 251.25º 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 #C0BDCD is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 189 | 205 | - |
| CMYK | 0.06 | 0.08 | 0 | 0.20 |
| HSL | 251.25º | 0.14% | 0.77% | - |
| HSV(B) | 251.25º | 0.08% | 0.8% | - |
| XYZ | 50.96 | 52.01 | 65.11 | - |
| YUV | 191.72 | 135.49 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 189 | 205 | 0.06 | 0.08 | 0 | 0.20 | 251.25 | 0.14 | 0.77 |
| Hex | C0 | BD | CD | 6 | 8 | 0 | 14 | FB | E | 4D |
| Octal | 300 | 275 | 315 | 6 | 10 | 0 | 24 | 373 | 16 | 115 |
| Binary | 11000000 | 10111101 | 11001101 | 110 | 1000 | 0 | 10100 | 11111011 | 1110 | 1001101 |
Color Harmonies of #C0BDCD
Complementary color
Monochromatic Colors of #C0BDCD
Black with #C0BDCD
Text Example
Text Example
White with #C0BDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BDCD; }
p { color: rgb(192,189,205); }
H1.HeaderClassName
{
color: #C0BDCD;
}
.AnyTagClassName
{
color: #C0BDCD;
}
</style>
background-color css
<style>
a { background-color: #C0BDCD; }
a { background-color: rgb(192,189,205); }
div.DivClassName
{
background-color: #C0BDCD;
}
.BgClassName
{
background-color: #C0BDCD;
}
</style>
border-color css
<style>
span { border-color: #C0BDCD; }
span { border-color: rgb(192,189,205); }
td.TdClassName
{
border-color: #C0BDCD;
}
.TagClassName
{
border-color: #C0BDCD;
}
</style>