Shades of Blue Haze #C2BFCC
Tints of Blue Haze #C2BFCC
RGB
CMYK
RGB Variations
Color information
#C2BFCC (or 0xC2BFCC) is known color: Blue Haze. HEX triplet: C2, BF and CC. RGB value is (194,191,204). Sum of RGB (Red+Green+Blue) = 194+191+204=589 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.94% from 589); Green value is 191 (75% from 255 or 32.43% from 589); Blue value is 204 (80.08% from 255 or 34.63% from 589); Max value from RGB is 204 - color contains mainly: blue. Hex color #C2BFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BFCC is #3D4033. Grayscale: #C1C1C1. Windows color (decimal): -4014132 or 13418434. OLE color: 13418434.
HSL color Cylindrical-coordinate representation of color #C2BFCC: hue angle of 253.85º degrees, saturation: 0.11, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C2BFCC is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 194 | 191 | 204 | - |
CMYK | 0.05 | 0.06 | 0 | 0.2 |
HSL | 253.85º | 0.11% | 0.77% | - |
HSV(B) | 253.85º | 0.06% | 0.8% | - |
XYZ | 51.78 | 53.09 | 64.65 | - |
YUV | 193.38 | 133.99 | 128.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 191 | 204 | 0.05 | 0.06 | 0 | 0.2 | 253.85 | 0.11 | 0.77 |
Hex | C2 | BF | CC | 5 | 6 | 0 | 14 | FE | B | 4D |
Octal | 302 | 277 | 314 | 5 | 6 | 0 | 24 | 376 | 13 | 115 |
Binary | 11000010 | 10111111 | 11001100 | 101 | 110 | 0 | 10100 | 11111110 | 1011 | 1001101 |
Color Harmonies of #C2BFCC
Complementary color
Monochromatic Colors of #C2BFCC
Black with #C2BFCC
Text Example
Text Example
White with #C2BFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BFCC; }
p { color: rgb(194,191,204); }
H1.HeaderClassName
{
color: #C2BFCC;
}
.AnyTagClassName
{
color: #C2BFCC;
}
</style>
background-color css
<style>
a { background-color: #C2BFCC; }
a { background-color: rgb(194,191,204); }
div.DivClassName
{
background-color: #C2BFCC;
}
.BgClassName
{
background-color: #C2BFCC;
}
</style>
border-color css
<style>
span { border-color: #C2BFCC; }
span { border-color: rgb(194,191,204); }
td.TdClassName
{
border-color: #C2BFCC;
}
.TagClassName
{
border-color: #C2BFCC;
}
</style>