Shades of Blue Haze #BEBBD1
Tints of Blue Haze #BEBBD1
RGB
CMYK
RGB Variations
Color information
#BEBBD1 (or 0xBEBBD1) is known color: Blue Haze. HEX triplet: BE, BB and D1. RGB value is (190,187,209). Sum of RGB (Red+Green+Blue) = 190+187+209=586 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.42% from 586); Green value is 187 (73.44% from 255 or 31.91% from 586); Blue value is 209 (82.03% from 255 or 35.67% from 586); Max value from RGB is 209 - color contains mainly: blue. Hex color #BEBBD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBBD1 is #41442E. Grayscale: #BEBEBE. Windows color (decimal): -4277295 or 13745086. OLE color: 13745086.
HSL color Cylindrical-coordinate representation of color #BEBBD1: hue angle of 248.18º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BEBBD1 is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 187 | 209 | - |
| CMYK | 0.09 | 0.11 | 0 | 0.18 |
| HSL | 248.18º | 0.19% | 0.78% | - |
| HSV(B) | 248.18º | 0.11% | 0.82% | - |
| XYZ | 50.51 | 51.09 | 67.52 | - |
| YUV | 190.41 | 138.49 | 127.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 187 | 209 | 0.09 | 0.11 | 0 | 0.18 | 248.18 | 0.19 | 0.78 |
| Hex | BE | BB | D1 | 9 | B | 0 | 12 | F8 | 13 | 4E |
| Octal | 276 | 273 | 321 | 11 | 13 | 0 | 22 | 370 | 23 | 116 |
| Binary | 10111110 | 10111011 | 11010001 | 1001 | 1011 | 0 | 10010 | 11111000 | 10011 | 1001110 |
Color Harmonies of #BEBBD1
Complementary color
Monochromatic Colors of #BEBBD1
Black with #BEBBD1
Text Example
Text Example
White with #BEBBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBBD1; }
p { color: rgb(190,187,209); }
H1.HeaderClassName
{
color: #BEBBD1;
}
.AnyTagClassName
{
color: #BEBBD1;
}
</style>
background-color css
<style>
a { background-color: #BEBBD1; }
a { background-color: rgb(190,187,209); }
div.DivClassName
{
background-color: #BEBBD1;
}
.BgClassName
{
background-color: #BEBBD1;
}
</style>
border-color css
<style>
span { border-color: #BEBBD1; }
span { border-color: rgb(190,187,209); }
td.TdClassName
{
border-color: #BEBBD1;
}
.TagClassName
{
border-color: #BEBBD1;
}
</style>