Shades of Blue Haze #C0BCD4
Tints of Blue Haze #C0BCD4
RGB
CMYK
RGB Variations
Color information
#C0BCD4 (or 0xC0BCD4) is known color: Blue Haze. HEX triplet: C0, BC and D4. RGB value is (192,188,212). Sum of RGB (Red+Green+Blue) = 192+188+212=592 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.43% from 592); Green value is 188 (73.83% from 255 or 31.76% from 592); Blue value is 212 (83.20% from 255 or 35.81% from 592); Max value from RGB is 212 - color contains mainly: blue. Hex color #C0BCD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BCD4 is #3F432B. Grayscale: #BFBFBF. Windows color (decimal): -4145964 or 13941952. OLE color: 13941952.
HSL color Cylindrical-coordinate representation of color #C0BCD4: hue angle of 250º degrees, saturation: 0.22, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C0BCD4 is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 192 | 188 | 212 | - |
| CMYK | 0.09 | 0.11 | 0 | 0.17 |
| HSL | 250º | 0.22% | 0.78% | - |
| HSV(B) | 250º | 0.11% | 0.83% | - |
| XYZ | 51.61 | 51.93 | 69.59 | - |
| YUV | 191.93 | 139.33 | 128.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 188 | 212 | 0.09 | 0.11 | 0 | 0.17 | 250 | 0.22 | 0.78 |
| Hex | C0 | BC | D4 | 9 | B | 0 | 11 | FA | 16 | 4E |
| Octal | 300 | 274 | 324 | 11 | 13 | 0 | 21 | 372 | 26 | 116 |
| Binary | 11000000 | 10111100 | 11010100 | 1001 | 1011 | 0 | 10001 | 11111010 | 10110 | 1001110 |
Color Harmonies of #C0BCD4
Complementary color
Monochromatic Colors of #C0BCD4
Black with #C0BCD4
Text Example
Text Example
White with #C0BCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BCD4; }
p { color: rgb(192,188,212); }
H1.HeaderClassName
{
color: #C0BCD4;
}
.AnyTagClassName
{
color: #C0BCD4;
}
</style>
background-color css
<style>
a { background-color: #C0BCD4; }
a { background-color: rgb(192,188,212); }
div.DivClassName
{
background-color: #C0BCD4;
}
.BgClassName
{
background-color: #C0BCD4;
}
</style>
border-color css
<style>
span { border-color: #C0BCD4; }
span { border-color: rgb(192,188,212); }
td.TdClassName
{
border-color: #C0BCD4;
}
.TagClassName
{
border-color: #C0BCD4;
}
</style>