Shades of Blue Haze #C0BAD5
Tints of Blue Haze #C0BAD5
RGB
CMYK
RGB Variations
Color information
#C0BAD5 (or 0xC0BAD5) is known color: Blue Haze. HEX triplet: C0, BA and D5. RGB value is (192,186,213). Sum of RGB (Red+Green+Blue) = 192+186+213=591 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.49% from 591); Green value is 186 (73.05% from 255 or 31.47% from 591); Blue value is 213 (83.59% from 255 or 36.04% from 591); Max value from RGB is 213 - color contains mainly: blue. Hex color #C0BAD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BAD5 is #3F452A. Grayscale: #BEBEBE. Windows color (decimal): -4146475 or 14006976. OLE color: 14006976.
HSL color Cylindrical-coordinate representation of color #C0BAD5: hue angle of 253.33º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C0BAD5 is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 186 | 213 | - |
| CMYK | 0.10 | 0.13 | 0 | 0.16 |
| HSL | 253.33º | 0.24% | 0.78% | - |
| HSV(B) | 253.33º | 0.13% | 0.84% | - |
| XYZ | 51.31 | 51.13 | 70.12 | - |
| YUV | 190.87 | 140.49 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 186 | 213 | 0.10 | 0.13 | 0 | 0.16 | 253.33 | 0.24 | 0.78 |
| Hex | C0 | BA | D5 | A | D | 0 | 10 | FD | 18 | 4E |
| Octal | 300 | 272 | 325 | 12 | 15 | 0 | 20 | 375 | 30 | 116 |
| Binary | 11000000 | 10111010 | 11010101 | 1010 | 1101 | 0 | 10000 | 11111101 | 11000 | 1001110 |
Color Harmonies of #C0BAD5
Complementary color
Monochromatic Colors of #C0BAD5
Black with #C0BAD5
Text Example
Text Example
White with #C0BAD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BAD5; }
p { color: rgb(192,186,213); }
H1.HeaderClassName
{
color: #C0BAD5;
}
.AnyTagClassName
{
color: #C0BAD5;
}
</style>
background-color css
<style>
a { background-color: #C0BAD5; }
a { background-color: rgb(192,186,213); }
div.DivClassName
{
background-color: #C0BAD5;
}
.BgClassName
{
background-color: #C0BAD5;
}
</style>
border-color css
<style>
span { border-color: #C0BAD5; }
span { border-color: rgb(192,186,213); }
td.TdClassName
{
border-color: #C0BAD5;
}
.TagClassName
{
border-color: #C0BAD5;
}
</style>