Shades of Blue Haze #C2BED4
Tints of Blue Haze #C2BED4
RGB
CMYK
RGB Variations
Color information
#C2BED4 (or 0xC2BED4) is known color: Blue Haze. HEX triplet: C2, BE and D4. RGB value is (194,190,212). Sum of RGB (Red+Green+Blue) = 194+190+212=596 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.55% from 596); Green value is 190 (74.61% from 255 or 31.88% from 596); Blue value is 212 (83.20% from 255 or 35.57% from 596); Max value from RGB is 212 - color contains mainly: blue. Hex color #C2BED4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BED4 is #3D412B. Grayscale: #C1C1C1. Windows color (decimal): -4014380 or 13942466. OLE color: 13942466.
HSL color Cylindrical-coordinate representation of color #C2BED4: hue angle of 250.91º degrees, saturation: 0.2, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C2BED4 is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 194 | 190 | 212 | - |
| CMYK | 0.08 | 0.10 | 0 | 0.17 |
| HSL | 250.91º | 0.2% | 0.79% | - |
| HSV(B) | 250.91º | 0.1% | 0.83% | - |
| XYZ | 52.55 | 53.05 | 69.76 | - |
| YUV | 193.7 | 138.33 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 190 | 212 | 0.08 | 0.10 | 0 | 0.17 | 250.91 | 0.2 | 0.79 |
| Hex | C2 | BE | D4 | 8 | A | 0 | 11 | FB | 14 | 4F |
| Octal | 302 | 276 | 324 | 10 | 12 | 0 | 21 | 373 | 24 | 117 |
| Binary | 11000010 | 10111110 | 11010100 | 1000 | 1010 | 0 | 10001 | 11111011 | 10100 | 1001111 |
Color Harmonies of #C2BED4
Complementary color
Monochromatic Colors of #C2BED4
Black with #C2BED4
Text Example
Text Example
White with #C2BED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BED4; }
p { color: rgb(194,190,212); }
H1.HeaderClassName
{
color: #C2BED4;
}
.AnyTagClassName
{
color: #C2BED4;
}
</style>
background-color css
<style>
a { background-color: #C2BED4; }
a { background-color: rgb(194,190,212); }
div.DivClassName
{
background-color: #C2BED4;
}
.BgClassName
{
background-color: #C2BED4;
}
</style>
border-color css
<style>
span { border-color: #C2BED4; }
span { border-color: rgb(194,190,212); }
td.TdClassName
{
border-color: #C2BED4;
}
.TagClassName
{
border-color: #C2BED4;
}
</style>