Shades of Blue Haze #C2BDD2
Tints of Blue Haze #C2BDD2
RGB
CMYK
RGB Variations
Color information
#C2BDD2 (or 0xC2BDD2) is known color: Blue Haze. HEX triplet: C2, BD and D2. RGB value is (194,189,210). Sum of RGB (Red+Green+Blue) = 194+189+210=593 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.72% from 593); Green value is 189 (74.22% from 255 or 31.87% from 593); Blue value is 210 (82.42% from 255 or 35.41% from 593); Max value from RGB is 210 - color contains mainly: blue. Hex color #C2BDD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BDD2 is #3D422D. Grayscale: #C0C0C0. Windows color (decimal): -4014638 or 13811138. OLE color: 13811138.
HSL color Cylindrical-coordinate representation of color #C2BDD2: hue angle of 254.29º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C2BDD2 is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 189 | 210 | - |
| CMYK | 0.08 | 0.10 | 0 | 0.18 |
| HSL | 254.29º | 0.19% | 0.78% | - |
| HSV(B) | 254.29º | 0.1% | 0.82% | - |
| XYZ | 52.08 | 52.52 | 68.36 | - |
| YUV | 192.89 | 137.66 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 189 | 210 | 0.08 | 0.10 | 0 | 0.18 | 254.29 | 0.19 | 0.78 |
| Hex | C2 | BD | D2 | 8 | A | 0 | 12 | FE | 13 | 4E |
| Octal | 302 | 275 | 322 | 10 | 12 | 0 | 22 | 376 | 23 | 116 |
| Binary | 11000010 | 10111101 | 11010010 | 1000 | 1010 | 0 | 10010 | 11111110 | 10011 | 1001110 |
Color Harmonies of #C2BDD2
Complementary color
Monochromatic Colors of #C2BDD2
Black with #C2BDD2
Text Example
Text Example
White with #C2BDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BDD2; }
p { color: rgb(194,189,210); }
H1.HeaderClassName
{
color: #C2BDD2;
}
.AnyTagClassName
{
color: #C2BDD2;
}
</style>
background-color css
<style>
a { background-color: #C2BDD2; }
a { background-color: rgb(194,189,210); }
div.DivClassName
{
background-color: #C2BDD2;
}
.BgClassName
{
background-color: #C2BDD2;
}
</style>
border-color css
<style>
span { border-color: #C2BDD2; }
span { border-color: rgb(194,189,210); }
td.TdClassName
{
border-color: #C2BDD2;
}
.TagClassName
{
border-color: #C2BDD2;
}
</style>