Shades of Blue Haze #BEBBC7
Tints of Blue Haze #BEBBC7
RGB
CMYK
RGB Variations
Color information
#BEBBC7 (or 0xBEBBC7) is known color: Blue Haze. HEX triplet: BE, BB and C7. RGB value is (190,187,199). Sum of RGB (Red+Green+Blue) = 190+187+199=576 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.99% from 576); Green value is 187 (73.44% from 255 or 32.47% from 576); Blue value is 199 (78.12% from 255 or 34.55% from 576); Max value from RGB is 199 - color contains mainly: blue. Hex color #BEBBC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBBC7 is #414438. Grayscale: #BDBDBD. Windows color (decimal): -4277305 or 13089726. OLE color: 13089726.
HSL color Cylindrical-coordinate representation of color #BEBBC7: hue angle of 255º degrees, saturation: 0.1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BEBBC7 is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 187 | 199 | - |
| CMYK | 0.05 | 0.06 | 0 | 0.22 |
| HSL | 255º | 0.1% | 0.76% | - |
| HSV(B) | 255º | 0.06% | 0.78% | - |
| XYZ | 49.31 | 50.61 | 61.2 | - |
| YUV | 189.27 | 133.49 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 187 | 199 | 0.05 | 0.06 | 0 | 0.22 | 255 | 0.1 | 0.76 |
| Hex | BE | BB | C7 | 5 | 6 | 0 | 16 | FF | A | 4C |
| Octal | 276 | 273 | 307 | 5 | 6 | 0 | 26 | 377 | 12 | 114 |
| Binary | 10111110 | 10111011 | 11000111 | 101 | 110 | 0 | 10110 | 11111111 | 1010 | 1001100 |
Color Harmonies of #BEBBC7
Complementary color
Monochromatic Colors of #BEBBC7
Black with #BEBBC7
Text Example
Text Example
White with #BEBBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBBC7; }
p { color: rgb(190,187,199); }
H1.HeaderClassName
{
color: #BEBBC7;
}
.AnyTagClassName
{
color: #BEBBC7;
}
</style>
background-color css
<style>
a { background-color: #BEBBC7; }
a { background-color: rgb(190,187,199); }
div.DivClassName
{
background-color: #BEBBC7;
}
.BgClassName
{
background-color: #BEBBC7;
}
</style>
border-color css
<style>
span { border-color: #BEBBC7; }
span { border-color: rgb(190,187,199); }
td.TdClassName
{
border-color: #BEBBC7;
}
.TagClassName
{
border-color: #BEBBC7;
}
</style>