Shades of Blue Haze #C2BDD3
Tints of Blue Haze #C2BDD3
RGB
CMYK
RGB Variations
Color information
#C2BDD3 (or 0xC2BDD3) is known color: Blue Haze. HEX triplet: C2, BD and D3. RGB value is (194,189,211). Sum of RGB (Red+Green+Blue) = 194+189+211=594 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.66% from 594); Green value is 189 (74.22% from 255 or 31.82% from 594); Blue value is 211 (82.81% from 255 or 35.52% from 594); Max value from RGB is 211 - color contains mainly: blue. Hex color #C2BDD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BDD3 is #3D422C. Grayscale: #C0C0C0. Windows color (decimal): -4014637 or 13876674. OLE color: 13876674.
HSL color Cylindrical-coordinate representation of color #C2BDD3: hue angle of 253.64º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C2BDD3 is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 194 | 189 | 211 | - |
| CMYK | 0.08 | 0.10 | 0 | 0.17 |
| HSL | 253.64º | 0.2% | 0.78% | - |
| HSV(B) | 253.64º | 0.1% | 0.83% | - |
| XYZ | 52.2 | 52.57 | 69.02 | - |
| YUV | 193 | 138.16 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 189 | 211 | 0.08 | 0.10 | 0 | 0.17 | 253.64 | 0.2 | 0.78 |
| Hex | C2 | BD | D3 | 8 | A | 0 | 11 | FE | 14 | 4E |
| Octal | 302 | 275 | 323 | 10 | 12 | 0 | 21 | 376 | 24 | 116 |
| Binary | 11000010 | 10111101 | 11010011 | 1000 | 1010 | 0 | 10001 | 11111110 | 10100 | 1001110 |
Color Harmonies of #C2BDD3
Complementary color
Monochromatic Colors of #C2BDD3
Black with #C2BDD3
Text Example
Text Example
White with #C2BDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BDD3; }
p { color: rgb(194,189,211); }
H1.HeaderClassName
{
color: #C2BDD3;
}
.AnyTagClassName
{
color: #C2BDD3;
}
</style>
background-color css
<style>
a { background-color: #C2BDD3; }
a { background-color: rgb(194,189,211); }
div.DivClassName
{
background-color: #C2BDD3;
}
.BgClassName
{
background-color: #C2BDD3;
}
</style>
border-color css
<style>
span { border-color: #C2BDD3; }
span { border-color: rgb(194,189,211); }
td.TdClassName
{
border-color: #C2BDD3;
}
.TagClassName
{
border-color: #C2BDD3;
}
</style>