Shades of Blue Haze #BEB8CE
Tints of Blue Haze #BEB8CE
RGB
CMYK
RGB Variations
Color information
#BEB8CE (or 0xBEB8CE) is known color: Blue Haze. HEX triplet: BE, B8 and CE. RGB value is (190,184,206). Sum of RGB (Red+Green+Blue) = 190+184+206=580 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.76% from 580); Green value is 184 (72.27% from 255 or 31.72% from 580); Blue value is 206 (80.86% from 255 or 35.52% from 580); Max value from RGB is 206 - color contains mainly: blue. Hex color #BEB8CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB8CE is #414731. Grayscale: #BCBCBC. Windows color (decimal): -4278066 or 13547710. OLE color: 13547710.
HSL color Cylindrical-coordinate representation of color #BEB8CE: hue angle of 256.36º degrees, saturation: 0.18, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BEB8CE is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 184 | 206 | - |
| CMYK | 0.08 | 0.11 | 0 | 0.19 |
| HSL | 256.36º | 0.18% | 0.76% | - |
| HSV(B) | 256.36º | 0.11% | 0.81% | - |
| XYZ | 49.52 | 49.68 | 65.37 | - |
| YUV | 188.3 | 137.99 | 129.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 184 | 206 | 0.08 | 0.11 | 0 | 0.19 | 256.36 | 0.18 | 0.76 |
| Hex | BE | B8 | CE | 8 | B | 0 | 13 | 100 | 12 | 4C |
| Octal | 276 | 270 | 316 | 10 | 13 | 0 | 23 | 400 | 22 | 114 |
| Binary | 10111110 | 10111000 | 11001110 | 1000 | 1011 | 0 | 10011 | 100000000 | 10010 | 1001100 |
Color Harmonies of #BEB8CE
Complementary color
Monochromatic Colors of #BEB8CE
Black with #BEB8CE
Text Example
Text Example
White with #BEB8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB8CE; }
p { color: rgb(190,184,206); }
H1.HeaderClassName
{
color: #BEB8CE;
}
.AnyTagClassName
{
color: #BEB8CE;
}
</style>
background-color css
<style>
a { background-color: #BEB8CE; }
a { background-color: rgb(190,184,206); }
div.DivClassName
{
background-color: #BEB8CE;
}
.BgClassName
{
background-color: #BEB8CE;
}
</style>
border-color css
<style>
span { border-color: #BEB8CE; }
span { border-color: rgb(190,184,206); }
td.TdClassName
{
border-color: #BEB8CE;
}
.TagClassName
{
border-color: #BEB8CE;
}
</style>