Shades of Blue Haze #C2BFCD
Tints of Blue Haze #C2BFCD
RGB
CMYK
RGB Variations
Color information
#C2BFCD (or 0xC2BFCD) is known color: Blue Haze. HEX triplet: C2, BF and CD. RGB value is (194,191,205). Sum of RGB (Red+Green+Blue) = 194+191+205=590 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.88% from 590); Green value is 191 (75% from 255 or 32.37% from 590); Blue value is 205 (80.47% from 255 or 34.75% from 590); Max value from RGB is 205 - color contains mainly: blue. Hex color #C2BFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BFCD is #3D4032. Grayscale: #C1C1C1. Windows color (decimal): -4014131 or 13483970. OLE color: 13483970.
HSL color Cylindrical-coordinate representation of color #C2BFCD: hue angle of 252.86º degrees, saturation: 0.12, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C2BFCD is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 191 | 205 | - |
| CMYK | 0.05 | 0.07 | 0 | 0.20 |
| HSL | 252.86º | 0.12% | 0.78% | - |
| HSV(B) | 252.86º | 0.07% | 0.8% | - |
| XYZ | 51.9 | 53.14 | 65.28 | - |
| YUV | 193.49 | 134.49 | 128.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 191 | 205 | 0.05 | 0.07 | 0 | 0.20 | 252.86 | 0.12 | 0.78 |
| Hex | C2 | BF | CD | 5 | 7 | 0 | 14 | FD | C | 4E |
| Octal | 302 | 277 | 315 | 5 | 7 | 0 | 24 | 375 | 14 | 116 |
| Binary | 11000010 | 10111111 | 11001101 | 101 | 111 | 0 | 10100 | 11111101 | 1100 | 1001110 |
Color Harmonies of #C2BFCD
Complementary color
Monochromatic Colors of #C2BFCD
Black with #C2BFCD
Text Example
Text Example
White with #C2BFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BFCD; }
p { color: rgb(194,191,205); }
H1.HeaderClassName
{
color: #C2BFCD;
}
.AnyTagClassName
{
color: #C2BFCD;
}
</style>
background-color css
<style>
a { background-color: #C2BFCD; }
a { background-color: rgb(194,191,205); }
div.DivClassName
{
background-color: #C2BFCD;
}
.BgClassName
{
background-color: #C2BFCD;
}
</style>
border-color css
<style>
span { border-color: #C2BFCD; }
span { border-color: rgb(194,191,205); }
td.TdClassName
{
border-color: #C2BFCD;
}
.TagClassName
{
border-color: #C2BFCD;
}
</style>