Shades of Blue Haze #C2BFD0
Tints of Blue Haze #C2BFD0
RGB
CMYK
RGB Variations
Color information
#C2BFD0 (or 0xC2BFD0) is known color: Blue Haze. HEX triplet: C2, BF and D0. RGB value is (194,191,208). Sum of RGB (Red+Green+Blue) = 194+191+208=593 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.72% from 593); Green value is 191 (75% from 255 or 32.21% from 593); Blue value is 208 (81.64% from 255 or 35.08% from 593); Max value from RGB is 208 - color contains mainly: blue. Hex color #C2BFD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BFD0 is #3D402F. Grayscale: #C1C1C1. Windows color (decimal): -4014128 or 13680578. OLE color: 13680578.
HSL color Cylindrical-coordinate representation of color #C2BFD0: hue angle of 250.59º degrees, saturation: 0.15, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C2BFD0 is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 194 | 191 | 208 | - |
CMYK | 0.07 | 0.08 | 0 | 0.18 |
HSL | 250.59º | 0.15% | 0.78% | - |
HSV(B) | 250.59º | 0.08% | 0.82% | - |
XYZ | 52.26 | 53.29 | 67.2 | - |
YUV | 193.84 | 135.99 | 128.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 191 | 208 | 0.07 | 0.08 | 0 | 0.18 | 250.59 | 0.15 | 0.78 |
Hex | C2 | BF | D0 | 7 | 8 | 0 | 12 | FB | F | 4E |
Octal | 302 | 277 | 320 | 7 | 10 | 0 | 22 | 373 | 17 | 116 |
Binary | 11000010 | 10111111 | 11010000 | 111 | 1000 | 0 | 10010 | 11111011 | 1111 | 1001110 |
Color Harmonies of #C2BFD0
Complementary color
Monochromatic Colors of #C2BFD0
Black with #C2BFD0
Text Example
Text Example
White with #C2BFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BFD0; }
p { color: rgb(194,191,208); }
H1.HeaderClassName
{
color: #C2BFD0;
}
.AnyTagClassName
{
color: #C2BFD0;
}
</style>
background-color css
<style>
a { background-color: #C2BFD0; }
a { background-color: rgb(194,191,208); }
div.DivClassName
{
background-color: #C2BFD0;
}
.BgClassName
{
background-color: #C2BFD0;
}
</style>
border-color css
<style>
span { border-color: #C2BFD0; }
span { border-color: rgb(194,191,208); }
td.TdClassName
{
border-color: #C2BFD0;
}
.TagClassName
{
border-color: #C2BFD0;
}
</style>