Shades of Blue Haze #BEBBC8
Tints of Blue Haze #BEBBC8
RGB
CMYK
RGB Variations
Color information
#BEBBC8 (or 0xBEBBC8) is known color: Blue Haze. HEX triplet: BE, BB and C8. RGB value is (190,187,200). Sum of RGB (Red+Green+Blue) = 190+187+200=577 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.93% from 577); Green value is 187 (73.44% from 255 or 32.41% from 577); Blue value is 200 (78.52% from 255 or 34.66% from 577); Max value from RGB is 200 - color contains mainly: blue. Hex color #BEBBC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBBC8 is #414437. Grayscale: #BDBDBD. Windows color (decimal): -4277304 or 13155262. OLE color: 13155262.
HSL color Cylindrical-coordinate representation of color #BEBBC8: hue angle of 253.85º degrees, saturation: 0.11, 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 #BEBBC8 is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 187 | 200 | - |
| CMYK | 0.05 | 0.06 | 0 | 0.22 |
| HSL | 253.85º | 0.11% | 0.76% | - |
| HSV(B) | 253.85º | 0.07% | 0.78% | - |
| XYZ | 49.43 | 50.66 | 61.82 | - |
| YUV | 189.38 | 133.99 | 128.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 187 | 200 | 0.05 | 0.06 | 0 | 0.22 | 253.85 | 0.11 | 0.76 |
| Hex | BE | BB | C8 | 5 | 6 | 0 | 16 | FE | B | 4C |
| Octal | 276 | 273 | 310 | 5 | 6 | 0 | 26 | 376 | 13 | 114 |
| Binary | 10111110 | 10111011 | 11001000 | 101 | 110 | 0 | 10110 | 11111110 | 1011 | 1001100 |
Color Harmonies of #BEBBC8
Complementary color
Monochromatic Colors of #BEBBC8
Black with #BEBBC8
Text Example
Text Example
White with #BEBBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBBC8; }
p { color: rgb(190,187,200); }
H1.HeaderClassName
{
color: #BEBBC8;
}
.AnyTagClassName
{
color: #BEBBC8;
}
</style>
background-color css
<style>
a { background-color: #BEBBC8; }
a { background-color: rgb(190,187,200); }
div.DivClassName
{
background-color: #BEBBC8;
}
.BgClassName
{
background-color: #BEBBC8;
}
</style>
border-color css
<style>
span { border-color: #BEBBC8; }
span { border-color: rgb(190,187,200); }
td.TdClassName
{
border-color: #BEBBC8;
}
.TagClassName
{
border-color: #BEBBC8;
}
</style>