Shades of Blue Haze #C0BAD3
Tints of Blue Haze #C0BAD3
RGB
CMYK
RGB Variations
Color information
#C0BAD3 (or 0xC0BAD3) is known color: Blue Haze. HEX triplet: C0, BA and D3. RGB value is (192,186,211). Sum of RGB (Red+Green+Blue) = 192+186+211=589 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.60% from 589); Green value is 186 (73.05% from 255 or 31.58% from 589); Blue value is 211 (82.81% from 255 or 35.82% from 589); Max value from RGB is 211 - color contains mainly: blue. Hex color #C0BAD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BAD3 is #3F452C. Grayscale: #BEBEBE. Windows color (decimal): -4146477 or 13875904. OLE color: 13875904.
HSL color Cylindrical-coordinate representation of color #C0BAD3: hue angle of 254.4º degrees, saturation: 0.22, 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 #C0BAD3 is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 192 | 186 | 211 | - |
| CMYK | 0.09 | 0.12 | 0 | 0.17 |
| HSL | 254.4º | 0.22% | 0.78% | - |
| HSV(B) | 254.4º | 0.12% | 0.83% | - |
| XYZ | 51.06 | 51.03 | 68.79 | - |
| YUV | 190.64 | 139.49 | 128.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 186 | 211 | 0.09 | 0.12 | 0 | 0.17 | 254.4 | 0.22 | 0.78 |
| Hex | C0 | BA | D3 | 9 | C | 0 | 11 | FE | 16 | 4E |
| Octal | 300 | 272 | 323 | 11 | 14 | 0 | 21 | 376 | 26 | 116 |
| Binary | 11000000 | 10111010 | 11010011 | 1001 | 1100 | 0 | 10001 | 11111110 | 10110 | 1001110 |
Color Harmonies of #C0BAD3
Complementary color
Monochromatic Colors of #C0BAD3
Black with #C0BAD3
Text Example
Text Example
White with #C0BAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BAD3; }
p { color: rgb(192,186,211); }
H1.HeaderClassName
{
color: #C0BAD3;
}
.AnyTagClassName
{
color: #C0BAD3;
}
</style>
background-color css
<style>
a { background-color: #C0BAD3; }
a { background-color: rgb(192,186,211); }
div.DivClassName
{
background-color: #C0BAD3;
}
.BgClassName
{
background-color: #C0BAD3;
}
</style>
border-color css
<style>
span { border-color: #C0BAD3; }
span { border-color: rgb(192,186,211); }
td.TdClassName
{
border-color: #C0BAD3;
}
.TagClassName
{
border-color: #C0BAD3;
}
</style>