Shades of Blue Haze #C2BDD5
Tints of Blue Haze #C2BDD5
RGB
CMYK
RGB Variations
Color information
#C2BDD5 (or 0xC2BDD5) is known color: Blue Haze. HEX triplet: C2, BD and D5. RGB value is (194,189,213). Sum of RGB (Red+Green+Blue) = 194+189+213=596 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.55% from 596); Green value is 189 (74.22% from 255 or 31.71% from 596); Blue value is 213 (83.59% from 255 or 35.74% from 596); Max value from RGB is 213 - color contains mainly: blue. Hex color #C2BDD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BDD5 is #3D422A. Grayscale: #C1C1C1. Windows color (decimal): -4014635 or 14007746. OLE color: 14007746.
HSL color Cylindrical-coordinate representation of color #C2BDD5: hue angle of 252.5º degrees, saturation: 0.22, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C2BDD5 is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 189 | 213 | - |
| CMYK | 0.09 | 0.11 | 0 | 0.16 |
| HSL | 252.5º | 0.22% | 0.79% | - |
| HSV(B) | 252.5º | 0.11% | 0.84% | - |
| XYZ | 52.46 | 52.67 | 70.35 | - |
| YUV | 193.23 | 139.16 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 189 | 213 | 0.09 | 0.11 | 0 | 0.16 | 252.5 | 0.22 | 0.79 |
| Hex | C2 | BD | D5 | 9 | B | 0 | 10 | FD | 16 | 4F |
| Octal | 302 | 275 | 325 | 11 | 13 | 0 | 20 | 375 | 26 | 117 |
| Binary | 11000010 | 10111101 | 11010101 | 1001 | 1011 | 0 | 10000 | 11111101 | 10110 | 1001111 |
Color Harmonies of #C2BDD5
Complementary color
Monochromatic Colors of #C2BDD5
Black with #C2BDD5
Text Example
Text Example
White with #C2BDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BDD5; }
p { color: rgb(194,189,213); }
H1.HeaderClassName
{
color: #C2BDD5;
}
.AnyTagClassName
{
color: #C2BDD5;
}
</style>
background-color css
<style>
a { background-color: #C2BDD5; }
a { background-color: rgb(194,189,213); }
div.DivClassName
{
background-color: #C2BDD5;
}
.BgClassName
{
background-color: #C2BDD5;
}
</style>
border-color css
<style>
span { border-color: #C2BDD5; }
span { border-color: rgb(194,189,213); }
td.TdClassName
{
border-color: #C2BDD5;
}
.TagClassName
{
border-color: #C2BDD5;
}
</style>