Shades of Blue Haze #BEBCD0
Tints of Blue Haze #BEBCD0
RGB
CMYK
RGB Variations
Color information
#BEBCD0 (or 0xBEBCD0) is known color: Blue Haze. HEX triplet: BE, BC and D0. RGB value is (190,188,208). Sum of RGB (Red+Green+Blue) = 190+188+208=586 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.42% from 586); Green value is 188 (73.83% from 255 or 32.08% from 586); Blue value is 208 (81.64% from 255 or 35.49% from 586); Max value from RGB is 208 - color contains mainly: blue. Hex color #BEBCD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBCD0 is #41432F. Grayscale: #BEBEBE. Windows color (decimal): -4277040 or 13679806. OLE color: 13679806.
HSL color Cylindrical-coordinate representation of color #BEBCD0: hue angle of 246º degrees, saturation: 0.18, 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 #BEBCD0 is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 188 | 208 | - |
| CMYK | 0.09 | 0.10 | 0 | 0.18 |
| HSL | 246º | 0.18% | 0.78% | - |
| HSV(B) | 246º | 0.1% | 0.82% | - |
| XYZ | 50.6 | 51.47 | 66.94 | - |
| YUV | 190.88 | 137.66 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 188 | 208 | 0.09 | 0.10 | 0 | 0.18 | 246 | 0.18 | 0.78 |
| Hex | BE | BC | D0 | 9 | A | 0 | 12 | F6 | 12 | 4E |
| Octal | 276 | 274 | 320 | 11 | 12 | 0 | 22 | 366 | 22 | 116 |
| Binary | 10111110 | 10111100 | 11010000 | 1001 | 1010 | 0 | 10010 | 11110110 | 10010 | 1001110 |
Color Harmonies of #BEBCD0
Complementary color
Monochromatic Colors of #BEBCD0
Black with #BEBCD0
Text Example
Text Example
White with #BEBCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBCD0; }
p { color: rgb(190,188,208); }
H1.HeaderClassName
{
color: #BEBCD0;
}
.AnyTagClassName
{
color: #BEBCD0;
}
</style>
background-color css
<style>
a { background-color: #BEBCD0; }
a { background-color: rgb(190,188,208); }
div.DivClassName
{
background-color: #BEBCD0;
}
.BgClassName
{
background-color: #BEBCD0;
}
</style>
border-color css
<style>
span { border-color: #BEBCD0; }
span { border-color: rgb(190,188,208); }
td.TdClassName
{
border-color: #BEBCD0;
}
.TagClassName
{
border-color: #BEBCD0;
}
</style>