Shades of Blue Haze #C2BFCE
Tints of Blue Haze #C2BFCE
RGB
CMYK
RGB Variations
Color information
#C2BFCE (or 0xC2BFCE) is known color: Blue Haze. HEX triplet: C2, BF and CE. RGB value is (194,191,206). Sum of RGB (Red+Green+Blue) = 194+191+206=591 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.83% from 591); Green value is 191 (75% from 255 or 32.32% from 591); Blue value is 206 (80.86% from 255 or 34.86% from 591); Max value from RGB is 206 - color contains mainly: blue. Hex color #C2BFCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BFCE is #3D4031. Grayscale: #C1C1C1. Windows color (decimal): -4014130 or 13549506. OLE color: 13549506.
HSL color Cylindrical-coordinate representation of color #C2BFCE: hue angle of 252º degrees, saturation: 0.13, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C2BFCE is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 191 | 206 | - |
| CMYK | 0.06 | 0.07 | 0 | 0.19 |
| HSL | 252º | 0.13% | 0.78% | - |
| HSV(B) | 252º | 0.07% | 0.81% | - |
| XYZ | 52.02 | 53.19 | 65.92 | - |
| YUV | 193.61 | 134.99 | 128.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 191 | 206 | 0.06 | 0.07 | 0 | 0.19 | 252 | 0.13 | 0.78 |
| Hex | C2 | BF | CE | 6 | 7 | 0 | 13 | FC | D | 4E |
| Octal | 302 | 277 | 316 | 6 | 7 | 0 | 23 | 374 | 15 | 116 |
| Binary | 11000010 | 10111111 | 11001110 | 110 | 111 | 0 | 10011 | 11111100 | 1101 | 1001110 |
Color Harmonies of #C2BFCE
Complementary color
Monochromatic Colors of #C2BFCE
Black with #C2BFCE
Text Example
Text Example
White with #C2BFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BFCE; }
p { color: rgb(194,191,206); }
H1.HeaderClassName
{
color: #C2BFCE;
}
.AnyTagClassName
{
color: #C2BFCE;
}
</style>
background-color css
<style>
a { background-color: #C2BFCE; }
a { background-color: rgb(194,191,206); }
div.DivClassName
{
background-color: #C2BFCE;
}
.BgClassName
{
background-color: #C2BFCE;
}
</style>
border-color css
<style>
span { border-color: #C2BFCE; }
span { border-color: rgb(194,191,206); }
td.TdClassName
{
border-color: #C2BFCE;
}
.TagClassName
{
border-color: #C2BFCE;
}
</style>