Shades of Blue Haze #C3BECF
Tints of Blue Haze #C3BECF
RGB
CMYK
RGB Variations
Color information
#C3BECF (or 0xC3BECF) is known color: Blue Haze. HEX triplet: C3, BE and CF. RGB value is (195,190,207). Sum of RGB (Red+Green+Blue) = 195+190+207=592 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.94% from 592); Green value is 190 (74.61% from 255 or 32.09% from 592); Blue value is 207 (81.25% from 255 or 34.97% from 592); Max value from RGB is 207 - color contains mainly: blue. Hex color #C3BECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BECF is #3C4130. Grayscale: #C1C1C1. Windows color (decimal): -3948849 or 13614787. OLE color: 13614787.
HSL color Cylindrical-coordinate representation of color #C3BECF: hue angle of 257.65º degrees, saturation: 0.15, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C3BECF is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 190 | 207 | - |
| CMYK | 0.06 | 0.08 | 0 | 0.19 |
| HSL | 257.65º | 0.15% | 0.78% | - |
| HSV(B) | 257.65º | 0.08% | 0.81% | - |
| XYZ | 52.18 | 52.93 | 66.5 | - |
| YUV | 193.43 | 135.66 | 129.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 190 | 207 | 0.06 | 0.08 | 0 | 0.19 | 257.65 | 0.15 | 0.78 |
| Hex | C3 | BE | CF | 6 | 8 | 0 | 13 | 102 | F | 4E |
| Octal | 303 | 276 | 317 | 6 | 10 | 0 | 23 | 402 | 17 | 116 |
| Binary | 11000011 | 10111110 | 11001111 | 110 | 1000 | 0 | 10011 | 100000010 | 1111 | 1001110 |
Color Harmonies of #C3BECF
Complementary color
Monochromatic Colors of #C3BECF
Black with #C3BECF
Text Example
Text Example
White with #C3BECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BECF; }
p { color: rgb(195,190,207); }
H1.HeaderClassName
{
color: #C3BECF;
}
.AnyTagClassName
{
color: #C3BECF;
}
</style>
background-color css
<style>
a { background-color: #C3BECF; }
a { background-color: rgb(195,190,207); }
div.DivClassName
{
background-color: #C3BECF;
}
.BgClassName
{
background-color: #C3BECF;
}
</style>
border-color css
<style>
span { border-color: #C3BECF; }
span { border-color: rgb(195,190,207); }
td.TdClassName
{
border-color: #C3BECF;
}
.TagClassName
{
border-color: #C3BECF;
}
</style>