Shades of Blue Haze #C3BFCD
Tints of Blue Haze #C3BFCD
RGB
CMYK
RGB Variations
Color information
#C3BFCD (or 0xC3BFCD) is known color: Blue Haze. HEX triplet: C3, BF and CD. RGB value is (195,191,205). Sum of RGB (Red+Green+Blue) = 195+191+205=591 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.99% from 591); Green value is 191 (75% from 255 or 32.32% from 591); Blue value is 205 (80.47% from 255 or 34.69% from 591); Max value from RGB is 205 - color contains mainly: blue. Hex color #C3BFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BFCD is #3C4032. Grayscale: #C1C1C1. Windows color (decimal): -3948595 or 13483971. OLE color: 13483971.
HSL color Cylindrical-coordinate representation of color #C3BFCD: hue angle of 257.14º degrees, saturation: 0.12, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C3BFCD is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 191 | 205 | - |
| CMYK | 0.05 | 0.07 | 0 | 0.20 |
| HSL | 257.14º | 0.12% | 0.78% | - |
| HSV(B) | 257.14º | 0.07% | 0.8% | - |
| XYZ | 52.16 | 53.27 | 65.29 | - |
| YUV | 193.79 | 134.33 | 128.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 191 | 205 | 0.05 | 0.07 | 0 | 0.20 | 257.14 | 0.12 | 0.78 |
| Hex | C3 | BF | CD | 5 | 7 | 0 | 14 | 101 | C | 4E |
| Octal | 303 | 277 | 315 | 5 | 7 | 0 | 24 | 401 | 14 | 116 |
| Binary | 11000011 | 10111111 | 11001101 | 101 | 111 | 0 | 10100 | 100000001 | 1100 | 1001110 |
Color Harmonies of #C3BFCD
Complementary color
Monochromatic Colors of #C3BFCD
Black with #C3BFCD
Text Example
Text Example
White with #C3BFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BFCD; }
p { color: rgb(195,191,205); }
H1.HeaderClassName
{
color: #C3BFCD;
}
.AnyTagClassName
{
color: #C3BFCD;
}
</style>
background-color css
<style>
a { background-color: #C3BFCD; }
a { background-color: rgb(195,191,205); }
div.DivClassName
{
background-color: #C3BFCD;
}
.BgClassName
{
background-color: #C3BFCD;
}
</style>
border-color css
<style>
span { border-color: #C3BFCD; }
span { border-color: rgb(195,191,205); }
td.TdClassName
{
border-color: #C3BFCD;
}
.TagClassName
{
border-color: #C3BFCD;
}
</style>