Shades of Blue Haze #C2BECC
Tints of Blue Haze #C2BECC
RGB
CMYK
RGB Variations
Color information
#C2BECC (or 0xC2BECC) is known color: Blue Haze. HEX triplet: C2, BE and CC. RGB value is (194,190,204). Sum of RGB (Red+Green+Blue) = 194+190+204=588 (77% of max value = 765). Red value is 194 (76.17% from 255 or 32.99% from 588); Green value is 190 (74.61% from 255 or 32.31% from 588); Blue value is 204 (80.08% from 255 or 34.69% from 588); Max value from RGB is 204 - color contains mainly: blue. Hex color #C2BECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BECC is #3D4133. Grayscale: #C0C0C0. Windows color (decimal): -4014388 or 13418178. OLE color: 13418178.
HSL color Cylindrical-coordinate representation of color #C2BECC: hue angle of 257.14º degrees, saturation: 0.12, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C2BECC is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 194 | 190 | 204 | - |
CMYK | 0.05 | 0.07 | 0 | 0.2 |
HSL | 257.14º | 0.12% | 0.77% | - |
HSV(B) | 257.14º | 0.07% | 0.8% | - |
XYZ | 51.56 | 52.66 | 64.57 | - |
YUV | 192.79 | 134.33 | 128.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 190 | 204 | 0.05 | 0.07 | 0 | 0.2 | 257.14 | 0.12 | 0.77 |
Hex | C2 | BE | CC | 5 | 7 | 0 | 14 | 101 | C | 4D |
Octal | 302 | 276 | 314 | 5 | 7 | 0 | 24 | 401 | 14 | 115 |
Binary | 11000010 | 10111110 | 11001100 | 101 | 111 | 0 | 10100 | 100000001 | 1100 | 1001101 |
Color Harmonies of #C2BECC
Complementary color
Monochromatic Colors of #C2BECC
Black with #C2BECC
Text Example
Text Example
White with #C2BECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BECC; }
p { color: rgb(194,190,204); }
H1.HeaderClassName
{
color: #C2BECC;
}
.AnyTagClassName
{
color: #C2BECC;
}
</style>
background-color css
<style>
a { background-color: #C2BECC; }
a { background-color: rgb(194,190,204); }
div.DivClassName
{
background-color: #C2BECC;
}
.BgClassName
{
background-color: #C2BECC;
}
</style>
border-color css
<style>
span { border-color: #C2BECC; }
span { border-color: rgb(194,190,204); }
td.TdClassName
{
border-color: #C2BECC;
}
.TagClassName
{
border-color: #C2BECC;
}
</style>