Shades of Blue Haze #BEB8D1
Tints of Blue Haze #BEB8D1
RGB
CMYK
RGB Variations
Color information
#BEB8D1 (or 0xBEB8D1) is known color: Blue Haze. HEX triplet: BE, B8 and D1. RGB value is (190,184,209). Sum of RGB (Red+Green+Blue) = 190+184+209=583 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.59% from 583); Green value is 184 (72.27% from 255 or 31.56% from 583); Blue value is 209 (82.03% from 255 or 35.85% from 583); Max value from RGB is 209 - color contains mainly: blue. Hex color #BEB8D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB8D1 is #41472E. Grayscale: #BCBCBC. Windows color (decimal): -4278063 or 13744318. OLE color: 13744318.
HSL color Cylindrical-coordinate representation of color #BEB8D1: hue angle of 254.4º degrees, saturation: 0.21, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BEB8D1 is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 184 | 209 | - |
| CMYK | 0.09 | 0.12 | 0 | 0.18 |
| HSL | 254.4º | 0.21% | 0.77% | - |
| HSV(B) | 254.4º | 0.12% | 0.82% | - |
| XYZ | 49.88 | 49.83 | 67.31 | - |
| YUV | 188.64 | 139.49 | 128.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 184 | 209 | 0.09 | 0.12 | 0 | 0.18 | 254.4 | 0.21 | 0.77 |
| Hex | BE | B8 | D1 | 9 | C | 0 | 12 | FE | 15 | 4D |
| Octal | 276 | 270 | 321 | 11 | 14 | 0 | 22 | 376 | 25 | 115 |
| Binary | 10111110 | 10111000 | 11010001 | 1001 | 1100 | 0 | 10010 | 11111110 | 10101 | 1001101 |
Color Harmonies of #BEB8D1
Complementary color
Monochromatic Colors of #BEB8D1
Black with #BEB8D1
Text Example
Text Example
White with #BEB8D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB8D1; }
p { color: rgb(190,184,209); }
H1.HeaderClassName
{
color: #BEB8D1;
}
.AnyTagClassName
{
color: #BEB8D1;
}
</style>
background-color css
<style>
a { background-color: #BEB8D1; }
a { background-color: rgb(190,184,209); }
div.DivClassName
{
background-color: #BEB8D1;
}
.BgClassName
{
background-color: #BEB8D1;
}
</style>
border-color css
<style>
span { border-color: #BEB8D1; }
span { border-color: rgb(190,184,209); }
td.TdClassName
{
border-color: #BEB8D1;
}
.TagClassName
{
border-color: #BEB8D1;
}
</style>