Shades of Blue Haze #C0BED1
Tints of Blue Haze #C0BED1
RGB
CMYK
RGB Variations
Color information
#C0BED1 (or 0xC0BED1) is known color: Blue Haze. HEX triplet: C0, BE and D1. RGB value is (192,190,209). Sum of RGB (Red+Green+Blue) = 192+190+209=591 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.49% from 591); Green value is 190 (74.61% from 255 or 32.15% from 591); Blue value is 209 (82.03% from 255 or 35.36% from 591); Max value from RGB is 209 - color contains mainly: blue. Hex color #C0BED1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BED1 is #3F412E. Grayscale: #C0C0C0. Windows color (decimal): -4145455 or 13745856. OLE color: 13745856.
HSL color Cylindrical-coordinate representation of color #C0BED1: hue angle of 246.32º degrees, saturation: 0.17, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C0BED1 is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 190 | 209 | - |
| CMYK | 0.08 | 0.09 | 0 | 0.18 |
| HSL | 246.32º | 0.17% | 0.78% | - |
| HSV(B) | 246.32º | 0.09% | 0.82% | - |
| XYZ | 51.66 | 52.64 | 67.76 | - |
| YUV | 192.76 | 137.16 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 190 | 209 | 0.08 | 0.09 | 0 | 0.18 | 246.32 | 0.17 | 0.78 |
| Hex | C0 | BE | D1 | 8 | 9 | 0 | 12 | F6 | 11 | 4E |
| Octal | 300 | 276 | 321 | 10 | 11 | 0 | 22 | 366 | 21 | 116 |
| Binary | 11000000 | 10111110 | 11010001 | 1000 | 1001 | 0 | 10010 | 11110110 | 10001 | 1001110 |
Color Harmonies of #C0BED1
Complementary color
Monochromatic Colors of #C0BED1
Black with #C0BED1
Text Example
Text Example
White with #C0BED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BED1; }
p { color: rgb(192,190,209); }
H1.HeaderClassName
{
color: #C0BED1;
}
.AnyTagClassName
{
color: #C0BED1;
}
</style>
background-color css
<style>
a { background-color: #C0BED1; }
a { background-color: rgb(192,190,209); }
div.DivClassName
{
background-color: #C0BED1;
}
.BgClassName
{
background-color: #C0BED1;
}
</style>
border-color css
<style>
span { border-color: #C0BED1; }
span { border-color: rgb(192,190,209); }
td.TdClassName
{
border-color: #C0BED1;
}
.TagClassName
{
border-color: #C0BED1;
}
</style>