Shades of Blue Haze #C3BFCE
Tints of Blue Haze #C3BFCE
RGB
CMYK
RGB Variations
Color information
#C3BFCE (or 0xC3BFCE) is known color: Blue Haze. HEX triplet: C3, BF and CE. RGB value is (195,191,206). Sum of RGB (Red+Green+Blue) = 195+191+206=592 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.94% from 592); Green value is 191 (75% from 255 or 32.26% from 592); Blue value is 206 (80.86% from 255 or 34.80% from 592); Max value from RGB is 206 - color contains mainly: blue. Hex color #C3BFCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BFCE is #3C4031. Grayscale: #C1C1C1. Windows color (decimal): -3948594 or 13549507. OLE color: 13549507.
HSL color Cylindrical-coordinate representation of color #C3BFCE: hue angle of 256º degrees, saturation: 0.13, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C3BFCE is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 191 | 206 | - |
| CMYK | 0.05 | 0.07 | 0 | 0.19 |
| HSL | 256º | 0.13% | 0.78% | - |
| HSV(B) | 256º | 0.07% | 0.81% | - |
| XYZ | 52.28 | 53.32 | 65.93 | - |
| YUV | 193.91 | 134.83 | 128.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 191 | 206 | 0.05 | 0.07 | 0 | 0.19 | 256 | 0.13 | 0.78 |
| Hex | C3 | BF | CE | 5 | 7 | 0 | 13 | 100 | D | 4E |
| Octal | 303 | 277 | 316 | 5 | 7 | 0 | 23 | 400 | 15 | 116 |
| Binary | 11000011 | 10111111 | 11001110 | 101 | 111 | 0 | 10011 | 100000000 | 1101 | 1001110 |
Color Harmonies of #C3BFCE
Complementary color
Monochromatic Colors of #C3BFCE
Black with #C3BFCE
Text Example
Text Example
White with #C3BFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BFCE; }
p { color: rgb(195,191,206); }
H1.HeaderClassName
{
color: #C3BFCE;
}
.AnyTagClassName
{
color: #C3BFCE;
}
</style>
background-color css
<style>
a { background-color: #C3BFCE; }
a { background-color: rgb(195,191,206); }
div.DivClassName
{
background-color: #C3BFCE;
}
.BgClassName
{
background-color: #C3BFCE;
}
</style>
border-color css
<style>
span { border-color: #C3BFCE; }
span { border-color: rgb(195,191,206); }
td.TdClassName
{
border-color: #C3BFCE;
}
.TagClassName
{
border-color: #C3BFCE;
}
</style>