Shades of Blue Haze #C3BFD1
Tints of Blue Haze #C3BFD1
RGB
CMYK
RGB Variations
Color information
#C3BFD1 (or 0xC3BFD1) is known color: Blue Haze. HEX triplet: C3, BF and D1. RGB value is (195,191,209). Sum of RGB (Red+Green+Blue) = 195+191+209=595 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.77% from 595); Green value is 191 (75% from 255 or 32.10% from 595); Blue value is 209 (82.03% from 255 or 35.13% from 595); Max value from RGB is 209 - color contains mainly: blue. Hex color #C3BFD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BFD1 is #3C402E. Grayscale: #C2C2C2. Windows color (decimal): -3948591 or 13746115. OLE color: 13746115.
HSL color Cylindrical-coordinate representation of color #C3BFD1: hue angle of 253.33º degrees, saturation: 0.16, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C3BFD1 is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 195 | 191 | 209 | - |
| CMYK | 0.07 | 0.09 | 0 | 0.18 |
| HSL | 253.33º | 0.16% | 0.78% | - |
| HSV(B) | 253.33º | 0.09% | 0.82% | - |
| XYZ | 52.65 | 53.47 | 67.87 | - |
| YUV | 194.25 | 136.33 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 191 | 209 | 0.07 | 0.09 | 0 | 0.18 | 253.33 | 0.16 | 0.78 |
| Hex | C3 | BF | D1 | 7 | 9 | 0 | 12 | FD | 10 | 4E |
| Octal | 303 | 277 | 321 | 7 | 11 | 0 | 22 | 375 | 20 | 116 |
| Binary | 11000011 | 10111111 | 11010001 | 111 | 1001 | 0 | 10010 | 11111101 | 10000 | 1001110 |
Color Harmonies of #C3BFD1
Complementary color
Monochromatic Colors of #C3BFD1
Black with #C3BFD1
Text Example
Text Example
White with #C3BFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BFD1; }
p { color: rgb(195,191,209); }
H1.HeaderClassName
{
color: #C3BFD1;
}
.AnyTagClassName
{
color: #C3BFD1;
}
</style>
background-color css
<style>
a { background-color: #C3BFD1; }
a { background-color: rgb(195,191,209); }
div.DivClassName
{
background-color: #C3BFD1;
}
.BgClassName
{
background-color: #C3BFD1;
}
</style>
border-color css
<style>
span { border-color: #C3BFD1; }
span { border-color: rgb(195,191,209); }
td.TdClassName
{
border-color: #C3BFD1;
}
.TagClassName
{
border-color: #C3BFD1;
}
</style>