Shades of Blue Haze #BEBBD2
Tints of Blue Haze #BEBBD2
RGB
CMYK
RGB Variations
Color information
#BEBBD2 (or 0xBEBBD2) is known color: Blue Haze. HEX triplet: BE, BB and D2. RGB value is (190,187,210). Sum of RGB (Red+Green+Blue) = 190+187+210=587 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.37% from 587); Green value is 187 (73.44% from 255 or 31.86% from 587); Blue value is 210 (82.42% from 255 or 35.78% from 587); Max value from RGB is 210 - color contains mainly: blue. Hex color #BEBBD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBBD2 is #41442D. Grayscale: #BEBEBE. Windows color (decimal): -4277294 or 13810622. OLE color: 13810622.
HSL color Cylindrical-coordinate representation of color #BEBBD2: hue angle of 247.83º degrees, saturation: 0.2, 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 #BEBBD2 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 187 | 210 | - |
| CMYK | 0.10 | 0.11 | 0 | 0.18 |
| HSL | 247.83º | 0.2% | 0.78% | - |
| HSV(B) | 247.83º | 0.11% | 0.82% | - |
| XYZ | 50.64 | 51.14 | 68.18 | - |
| YUV | 190.52 | 138.99 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 187 | 210 | 0.10 | 0.11 | 0 | 0.18 | 247.83 | 0.2 | 0.78 |
| Hex | BE | BB | D2 | A | B | 0 | 12 | F8 | 14 | 4E |
| Octal | 276 | 273 | 322 | 12 | 13 | 0 | 22 | 370 | 24 | 116 |
| Binary | 10111110 | 10111011 | 11010010 | 1010 | 1011 | 0 | 10010 | 11111000 | 10100 | 1001110 |
Color Harmonies of #BEBBD2
Complementary color
Monochromatic Colors of #BEBBD2
Black with #BEBBD2
Text Example
Text Example
White with #BEBBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBBD2; }
p { color: rgb(190,187,210); }
H1.HeaderClassName
{
color: #BEBBD2;
}
.AnyTagClassName
{
color: #BEBBD2;
}
</style>
background-color css
<style>
a { background-color: #BEBBD2; }
a { background-color: rgb(190,187,210); }
div.DivClassName
{
background-color: #BEBBD2;
}
.BgClassName
{
background-color: #BEBBD2;
}
</style>
border-color css
<style>
span { border-color: #BEBBD2; }
span { border-color: rgb(190,187,210); }
td.TdClassName
{
border-color: #BEBBD2;
}
.TagClassName
{
border-color: #BEBBD2;
}
</style>