Shades of Blue Haze #C2BDD1
Tints of Blue Haze #C2BDD1
RGB
CMYK
RGB Variations
Color information
#C2BDD1 (or 0xC2BDD1) is known color: Blue Haze. HEX triplet: C2, BD and D1. RGB value is (194,189,209). Sum of RGB (Red+Green+Blue) = 194+189+209=592 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.77% from 592); Green value is 189 (74.22% from 255 or 31.93% from 592); Blue value is 209 (82.03% from 255 or 35.30% from 592); Max value from RGB is 209 - color contains mainly: blue. Hex color #C2BDD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BDD1 is #3D422E. Grayscale: #C0C0C0. Windows color (decimal): -4014639 or 13745602. OLE color: 13745602.
HSL color Cylindrical-coordinate representation of color #C2BDD1: hue angle of 255º degrees, saturation: 0.18, 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 #C2BDD1 is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 189 | 209 | - |
| CMYK | 0.07 | 0.10 | 0 | 0.18 |
| HSL | 255º | 0.18% | 0.78% | - |
| HSV(B) | 255º | 0.1% | 0.82% | - |
| XYZ | 51.95 | 52.47 | 67.71 | - |
| YUV | 192.78 | 137.16 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 189 | 209 | 0.07 | 0.10 | 0 | 0.18 | 255 | 0.18 | 0.78 |
| Hex | C2 | BD | D1 | 7 | A | 0 | 12 | FF | 12 | 4E |
| Octal | 302 | 275 | 321 | 7 | 12 | 0 | 22 | 377 | 22 | 116 |
| Binary | 11000010 | 10111101 | 11010001 | 111 | 1010 | 0 | 10010 | 11111111 | 10010 | 1001110 |
Color Harmonies of #C2BDD1
Complementary color
Monochromatic Colors of #C2BDD1
Black with #C2BDD1
Text Example
Text Example
White with #C2BDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BDD1; }
p { color: rgb(194,189,209); }
H1.HeaderClassName
{
color: #C2BDD1;
}
.AnyTagClassName
{
color: #C2BDD1;
}
</style>
background-color css
<style>
a { background-color: #C2BDD1; }
a { background-color: rgb(194,189,209); }
div.DivClassName
{
background-color: #C2BDD1;
}
.BgClassName
{
background-color: #C2BDD1;
}
</style>
border-color css
<style>
span { border-color: #C2BDD1; }
span { border-color: rgb(194,189,209); }
td.TdClassName
{
border-color: #C2BDD1;
}
.TagClassName
{
border-color: #C2BDD1;
}
</style>