Shades of Blue Haze #C2BFD3
Tints of Blue Haze #C2BFD3
RGB
CMYK
RGB Variations
Color information
#C2BFD3 (or 0xC2BFD3) is known color: Blue Haze. HEX triplet: C2, BF and D3. RGB value is (194,191,211). Sum of RGB (Red+Green+Blue) = 194+191+211=596 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.55% from 596); Green value is 191 (75% from 255 or 32.05% from 596); Blue value is 211 (82.81% from 255 or 35.40% from 596); Max value from RGB is 211 - color contains mainly: blue. Hex color #C2BFD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BFD3 is #3D402C. Grayscale: #C2C2C2. Windows color (decimal): -4014125 or 13877186. OLE color: 13877186.
HSL color Cylindrical-coordinate representation of color #C2BFD3: hue angle of 249º degrees, saturation: 0.19, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C2BFD3 is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
RGB | 194 | 191 | 211 | - |
CMYK | 0.08 | 0.09 | 0 | 0.17 |
HSL | 249º | 0.19% | 0.79% | - |
HSV(B) | 249º | 0.09% | 0.83% | - |
XYZ | 52.64 | 53.43 | 69.17 | - |
YUV | 194.18 | 137.49 | 127.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 191 | 211 | 0.08 | 0.09 | 0 | 0.17 | 249 | 0.19 | 0.79 |
Hex | C2 | BF | D3 | 8 | 9 | 0 | 11 | F9 | 13 | 4F |
Octal | 302 | 277 | 323 | 10 | 11 | 0 | 21 | 371 | 23 | 117 |
Binary | 11000010 | 10111111 | 11010011 | 1000 | 1001 | 0 | 10001 | 11111001 | 10011 | 1001111 |
Color Harmonies of #C2BFD3
Complementary color
Monochromatic Colors of #C2BFD3
Black with #C2BFD3
Text Example
Text Example
White with #C2BFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BFD3; }
p { color: rgb(194,191,211); }
H1.HeaderClassName
{
color: #C2BFD3;
}
.AnyTagClassName
{
color: #C2BFD3;
}
</style>
background-color css
<style>
a { background-color: #C2BFD3; }
a { background-color: rgb(194,191,211); }
div.DivClassName
{
background-color: #C2BFD3;
}
.BgClassName
{
background-color: #C2BFD3;
}
</style>
border-color css
<style>
span { border-color: #C2BFD3; }
span { border-color: rgb(194,191,211); }
td.TdClassName
{
border-color: #C2BFD3;
}
.TagClassName
{
border-color: #C2BFD3;
}
</style>