Shades of Blue Haze #C3BFD2
Tints of Blue Haze #C3BFD2
RGB
CMYK
RGB Variations
Color information
#C3BFD2 (or 0xC3BFD2) is known color: Blue Haze. HEX triplet: C3, BF and D2. RGB value is (195,191,210). Sum of RGB (Red+Green+Blue) = 195+191+210=596 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.72% from 596); Green value is 191 (75% from 255 or 32.05% from 596); Blue value is 210 (82.42% from 255 or 35.23% from 596); Max value from RGB is 210 - color contains mainly: blue. Hex color #C3BFD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BFD2 is #3C402D. Grayscale: #C2C2C2. Windows color (decimal): -3948590 or 13811651. OLE color: 13811651.
HSL color Cylindrical-coordinate representation of color #C3BFD2: hue angle of 252.63º degrees, saturation: 0.17, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C3BFD2 is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 195 | 191 | 210 | - |
| CMYK | 0.07 | 0.09 | 0 | 0.18 |
| HSL | 252.63º | 0.17% | 0.79% | - |
| HSV(B) | 252.63º | 0.09% | 0.82% | - |
| XYZ | 52.77 | 53.52 | 68.52 | - |
| YUV | 194.36 | 136.83 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 191 | 210 | 0.07 | 0.09 | 0 | 0.18 | 252.63 | 0.17 | 0.79 |
| Hex | C3 | BF | D2 | 7 | 9 | 0 | 12 | FD | 11 | 4F |
| Octal | 303 | 277 | 322 | 7 | 11 | 0 | 22 | 375 | 21 | 117 |
| Binary | 11000011 | 10111111 | 11010010 | 111 | 1001 | 0 | 10010 | 11111101 | 10001 | 1001111 |
Color Harmonies of #C3BFD2
Complementary color
Monochromatic Colors of #C3BFD2
Black with #C3BFD2
Text Example
Text Example
White with #C3BFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BFD2; }
p { color: rgb(195,191,210); }
H1.HeaderClassName
{
color: #C3BFD2;
}
.AnyTagClassName
{
color: #C3BFD2;
}
</style>
background-color css
<style>
a { background-color: #C3BFD2; }
a { background-color: rgb(195,191,210); }
div.DivClassName
{
background-color: #C3BFD2;
}
.BgClassName
{
background-color: #C3BFD2;
}
</style>
border-color css
<style>
span { border-color: #C3BFD2; }
span { border-color: rgb(195,191,210); }
td.TdClassName
{
border-color: #C3BFD2;
}
.TagClassName
{
border-color: #C3BFD2;
}
</style>