Shades of Blue Haze #C0BCD3
Tints of Blue Haze #C0BCD3
RGB
CMYK
RGB Variations
Color information
#C0BCD3 (or 0xC0BCD3) is known color: Blue Haze. HEX triplet: C0, BC and D3. RGB value is (192,188,211). Sum of RGB (Red+Green+Blue) = 192+188+211=591 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.49% from 591); Green value is 188 (73.83% from 255 or 31.81% from 591); Blue value is 211 (82.81% from 255 or 35.70% from 591); Max value from RGB is 211 - color contains mainly: blue. Hex color #C0BCD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BCD3 is #3F432C. Grayscale: #BFBFBF. Windows color (decimal): -4145965 or 13876416. OLE color: 13876416.
HSL color Cylindrical-coordinate representation of color #C0BCD3: hue angle of 250.43º degrees, saturation: 0.21, 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 #C0BCD3 is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 192 | 188 | 211 | - |
| CMYK | 0.09 | 0.11 | 0 | 0.17 |
| HSL | 250.43º | 0.21% | 0.78% | - |
| HSV(B) | 250.43º | 0.11% | 0.83% | - |
| XYZ | 51.48 | 51.88 | 68.93 | - |
| YUV | 191.82 | 138.83 | 128.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 188 | 211 | 0.09 | 0.11 | 0 | 0.17 | 250.43 | 0.21 | 0.78 |
| Hex | C0 | BC | D3 | 9 | B | 0 | 11 | FA | 15 | 4E |
| Octal | 300 | 274 | 323 | 11 | 13 | 0 | 21 | 372 | 25 | 116 |
| Binary | 11000000 | 10111100 | 11010011 | 1001 | 1011 | 0 | 10001 | 11111010 | 10101 | 1001110 |
Color Harmonies of #C0BCD3
Complementary color
Monochromatic Colors of #C0BCD3
Black with #C0BCD3
Text Example
Text Example
White with #C0BCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BCD3; }
p { color: rgb(192,188,211); }
H1.HeaderClassName
{
color: #C0BCD3;
}
.AnyTagClassName
{
color: #C0BCD3;
}
</style>
background-color css
<style>
a { background-color: #C0BCD3; }
a { background-color: rgb(192,188,211); }
div.DivClassName
{
background-color: #C0BCD3;
}
.BgClassName
{
background-color: #C0BCD3;
}
</style>
border-color css
<style>
span { border-color: #C0BCD3; }
span { border-color: rgb(192,188,211); }
td.TdClassName
{
border-color: #C0BCD3;
}
.TagClassName
{
border-color: #C0BCD3;
}
</style>