Shades of Blue Haze #C0BAD4
Tints of Blue Haze #C0BAD4
RGB
CMYK
RGB Variations
Color information
#C0BAD4 (or 0xC0BAD4) is known color: Blue Haze. HEX triplet: C0, BA and D4. RGB value is (192,186,212). Sum of RGB (Red+Green+Blue) = 192+186+212=590 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.54% from 590); Green value is 186 (73.05% from 255 or 31.53% from 590); Blue value is 212 (83.20% from 255 or 35.93% from 590); Max value from RGB is 212 - color contains mainly: blue. Hex color #C0BAD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BAD4 is #3F452B. Grayscale: #BEBEBE. Windows color (decimal): -4146476 or 13941440. OLE color: 13941440.
HSL color Cylindrical-coordinate representation of color #C0BAD4: hue angle of 253.85º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C0BAD4 is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 192 | 186 | 212 | - |
| CMYK | 0.09 | 0.12 | 0 | 0.17 |
| HSL | 253.85º | 0.23% | 0.78% | - |
| HSV(B) | 253.85º | 0.12% | 0.83% | - |
| XYZ | 51.18 | 51.08 | 69.45 | - |
| YUV | 190.76 | 139.99 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 186 | 212 | 0.09 | 0.12 | 0 | 0.17 | 253.85 | 0.23 | 0.78 |
| Hex | C0 | BA | D4 | 9 | C | 0 | 11 | FE | 17 | 4E |
| Octal | 300 | 272 | 324 | 11 | 14 | 0 | 21 | 376 | 27 | 116 |
| Binary | 11000000 | 10111010 | 11010100 | 1001 | 1100 | 0 | 10001 | 11111110 | 10111 | 1001110 |
Color Harmonies of #C0BAD4
Complementary color
Monochromatic Colors of #C0BAD4
Black with #C0BAD4
Text Example
Text Example
White with #C0BAD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BAD4; }
p { color: rgb(192,186,212); }
H1.HeaderClassName
{
color: #C0BAD4;
}
.AnyTagClassName
{
color: #C0BAD4;
}
</style>
background-color css
<style>
a { background-color: #C0BAD4; }
a { background-color: rgb(192,186,212); }
div.DivClassName
{
background-color: #C0BAD4;
}
.BgClassName
{
background-color: #C0BAD4;
}
</style>
border-color css
<style>
span { border-color: #C0BAD4; }
span { border-color: rgb(192,186,212); }
td.TdClassName
{
border-color: #C0BAD4;
}
.TagClassName
{
border-color: #C0BAD4;
}
</style>