Shades of Blue Haze #BEBCD1
Tints of Blue Haze #BEBCD1
RGB
CMYK
RGB Variations
Color information
#BEBCD1 (or 0xBEBCD1) is known color: Blue Haze. HEX triplet: BE, BC and D1. RGB value is (190,188,209). Sum of RGB (Red+Green+Blue) = 190+188+209=587 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.37% from 587); Green value is 188 (73.83% from 255 or 32.03% from 587); Blue value is 209 (82.03% from 255 or 35.60% from 587); Max value from RGB is 209 - color contains mainly: blue. Hex color #BEBCD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBCD1 is #41432E. Grayscale: #BEBEBE. Windows color (decimal): -4277039 or 13745342. OLE color: 13745342.
HSL color Cylindrical-coordinate representation of color #BEBCD1: hue angle of 245.71º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BEBCD1 is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 188 | 209 | - |
| CMYK | 0.09 | 0.10 | 0 | 0.18 |
| HSL | 245.71º | 0.19% | 0.78% | - |
| HSV(B) | 245.71º | 0.1% | 0.82% | - |
| XYZ | 50.73 | 51.52 | 67.59 | - |
| YUV | 190.99 | 138.16 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 188 | 209 | 0.09 | 0.10 | 0 | 0.18 | 245.71 | 0.19 | 0.78 |
| Hex | BE | BC | D1 | 9 | A | 0 | 12 | F6 | 13 | 4E |
| Octal | 276 | 274 | 321 | 11 | 12 | 0 | 22 | 366 | 23 | 116 |
| Binary | 10111110 | 10111100 | 11010001 | 1001 | 1010 | 0 | 10010 | 11110110 | 10011 | 1001110 |
Color Harmonies of #BEBCD1
Complementary color
Monochromatic Colors of #BEBCD1
Black with #BEBCD1
Text Example
Text Example
White with #BEBCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBCD1; }
p { color: rgb(190,188,209); }
H1.HeaderClassName
{
color: #BEBCD1;
}
.AnyTagClassName
{
color: #BEBCD1;
}
</style>
background-color css
<style>
a { background-color: #BEBCD1; }
a { background-color: rgb(190,188,209); }
div.DivClassName
{
background-color: #BEBCD1;
}
.BgClassName
{
background-color: #BEBCD1;
}
</style>
border-color css
<style>
span { border-color: #BEBCD1; }
span { border-color: rgb(190,188,209); }
td.TdClassName
{
border-color: #BEBCD1;
}
.TagClassName
{
border-color: #BEBCD1;
}
</style>