Shades of Blue Haze #BEB7D1
Tints of Blue Haze #BEB7D1
RGB
CMYK
RGB Variations
Color information
#BEB7D1 (or 0xBEB7D1) is known color: Blue Haze. HEX triplet: BE, B7 and D1. RGB value is (190,183,209). Sum of RGB (Red+Green+Blue) = 190+183+209=582 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.65% from 582); Green value is 183 (71.88% from 255 or 31.44% from 582); Blue value is 209 (82.03% from 255 or 35.91% from 582); Max value from RGB is 209 - color contains mainly: blue. Hex color #BEB7D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB7D1 is #41482E. Grayscale: #BBBBBB. Windows color (decimal): -4278319 or 13744062. OLE color: 13744062.
HSL color Cylindrical-coordinate representation of color #BEB7D1: hue angle of 256.15º degrees, saturation: 0.22, 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 #BEB7D1 is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 183 | 209 | - |
| CMYK | 0.09 | 0.12 | 0 | 0.18 |
| HSL | 256.15º | 0.22% | 0.77% | - |
| HSV(B) | 256.15º | 0.12% | 0.82% | - |
| XYZ | 49.68 | 49.42 | 67.24 | - |
| YUV | 188.06 | 139.82 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 183 | 209 | 0.09 | 0.12 | 0 | 0.18 | 256.15 | 0.22 | 0.77 |
| Hex | BE | B7 | D1 | 9 | C | 0 | 12 | 100 | 16 | 4D |
| Octal | 276 | 267 | 321 | 11 | 14 | 0 | 22 | 400 | 26 | 115 |
| Binary | 10111110 | 10110111 | 11010001 | 1001 | 1100 | 0 | 10010 | 100000000 | 10110 | 1001101 |
Color Harmonies of #BEB7D1
Complementary color
Monochromatic Colors of #BEB7D1
Black with #BEB7D1
Text Example
Text Example
White with #BEB7D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB7D1; }
p { color: rgb(190,183,209); }
H1.HeaderClassName
{
color: #BEB7D1;
}
.AnyTagClassName
{
color: #BEB7D1;
}
</style>
background-color css
<style>
a { background-color: #BEB7D1; }
a { background-color: rgb(190,183,209); }
div.DivClassName
{
background-color: #BEB7D1;
}
.BgClassName
{
background-color: #BEB7D1;
}
</style>
border-color css
<style>
span { border-color: #BEB7D1; }
span { border-color: rgb(190,183,209); }
td.TdClassName
{
border-color: #BEB7D1;
}
.TagClassName
{
border-color: #BEB7D1;
}
</style>