Shades of Blue Haze #BEB9D1
Tints of Blue Haze #BEB9D1
RGB
CMYK
RGB Variations
Color information
#BEB9D1 (or 0xBEB9D1) is known color: Blue Haze. HEX triplet: BE, B9 and D1. RGB value is (190,185,209). Sum of RGB (Red+Green+Blue) = 190+185+209=584 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.53% from 584); Green value is 185 (72.66% from 255 or 31.68% from 584); Blue value is 209 (82.03% from 255 or 35.79% from 584); Max value from RGB is 209 - color contains mainly: blue. Hex color #BEB9D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB9D1 is #41462E. Grayscale: #BDBDBD. Windows color (decimal): -4277807 or 13744574. OLE color: 13744574.
HSL color Cylindrical-coordinate representation of color #BEB9D1: hue angle of 252.5º degrees, saturation: 0.21, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BEB9D1 is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 185 | 209 | - |
| CMYK | 0.09 | 0.11 | 0 | 0.18 |
| HSL | 252.5º | 0.21% | 0.77% | - |
| HSV(B) | 252.5º | 0.11% | 0.82% | - |
| XYZ | 50.09 | 50.25 | 67.38 | - |
| YUV | 189.23 | 139.16 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 185 | 209 | 0.09 | 0.11 | 0 | 0.18 | 252.5 | 0.21 | 0.77 |
| Hex | BE | B9 | D1 | 9 | B | 0 | 12 | FD | 15 | 4D |
| Octal | 276 | 271 | 321 | 11 | 13 | 0 | 22 | 375 | 25 | 115 |
| Binary | 10111110 | 10111001 | 11010001 | 1001 | 1011 | 0 | 10010 | 11111101 | 10101 | 1001101 |
Color Harmonies of #BEB9D1
Complementary color
Monochromatic Colors of #BEB9D1
Black with #BEB9D1
Text Example
Text Example
White with #BEB9D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB9D1; }
p { color: rgb(190,185,209); }
H1.HeaderClassName
{
color: #BEB9D1;
}
.AnyTagClassName
{
color: #BEB9D1;
}
</style>
background-color css
<style>
a { background-color: #BEB9D1; }
a { background-color: rgb(190,185,209); }
div.DivClassName
{
background-color: #BEB9D1;
}
.BgClassName
{
background-color: #BEB9D1;
}
</style>
border-color css
<style>
span { border-color: #BEB9D1; }
span { border-color: rgb(190,185,209); }
td.TdClassName
{
border-color: #BEB9D1;
}
.TagClassName
{
border-color: #BEB9D1;
}
</style>