Shades of Blue Haze #C2BED2
Tints of Blue Haze #C2BED2
RGB
CMYK
RGB Variations
Color information
#C2BED2 (or 0xC2BED2) is known color: Blue Haze. HEX triplet: C2, BE and D2. RGB value is (194,190,210). Sum of RGB (Red+Green+Blue) = 194+190+210=594 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.66% from 594); Green value is 190 (74.61% from 255 or 31.99% from 594); Blue value is 210 (82.42% from 255 or 35.35% from 594); Max value from RGB is 210 - color contains mainly: blue. Hex color #C2BED2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BED2 is #3D412D. Grayscale: #C1C1C1. Windows color (decimal): -4014382 or 13811394. OLE color: 13811394.
HSL color Cylindrical-coordinate representation of color #C2BED2: hue angle of 252º 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 #C2BED2 is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 194 | 190 | 210 | - |
CMYK | 0.08 | 0.10 | 0 | 0.18 |
HSL | 252º | 0.18% | 0.78% | - |
HSV(B) | 252º | 0.1% | 0.82% | - |
XYZ | 52.29 | 52.95 | 68.44 | - |
YUV | 193.48 | 137.33 | 128.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 190 | 210 | 0.08 | 0.10 | 0 | 0.18 | 252 | 0.18 | 0.78 |
Hex | C2 | BE | D2 | 8 | A | 0 | 12 | FC | 12 | 4E |
Octal | 302 | 276 | 322 | 10 | 12 | 0 | 22 | 374 | 22 | 116 |
Binary | 11000010 | 10111110 | 11010010 | 1000 | 1010 | 0 | 10010 | 11111100 | 10010 | 1001110 |
Color Harmonies of #C2BED2
Complementary color
Monochromatic Colors of #C2BED2
Black with #C2BED2
Text Example
Text Example
White with #C2BED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BED2; }
p { color: rgb(194,190,210); }
H1.HeaderClassName
{
color: #C2BED2;
}
.AnyTagClassName
{
color: #C2BED2;
}
</style>
background-color css
<style>
a { background-color: #C2BED2; }
a { background-color: rgb(194,190,210); }
div.DivClassName
{
background-color: #C2BED2;
}
.BgClassName
{
background-color: #C2BED2;
}
</style>
border-color css
<style>
span { border-color: #C2BED2; }
span { border-color: rgb(194,190,210); }
td.TdClassName
{
border-color: #C2BED2;
}
.TagClassName
{
border-color: #C2BED2;
}
</style>