Shades of Blue Haze #BEBBC6
Tints of Blue Haze #BEBBC6
RGB
CMYK
RGB Variations
Color information
#BEBBC6 (or 0xBEBBC6) is known color: Blue Haze. HEX triplet: BE, BB and C6. RGB value is (190,187,198). Sum of RGB (Red+Green+Blue) = 190+187+198=575 (76% of max value = 765). Red value is 190 (74.61% from 255 or 33.04% from 575); Green value is 187 (73.44% from 255 or 32.52% from 575); Blue value is 198 (77.73% from 255 or 34.43% from 575); Max value from RGB is 198 - color contains mainly: blue. Hex color #BEBBC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBBC6 is #414439. Grayscale: #BDBDBD. Windows color (decimal): -4277306 or 13024190. OLE color: 13024190.
HSL color Cylindrical-coordinate representation of color #BEBBC6: hue angle of 256.36º degrees, saturation: 0.09, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BEBBC6 is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 187 | 198 | - |
| CMYK | 0.04 | 0.06 | 0 | 0.22 |
| HSL | 256.36º | 0.09% | 0.75% | - |
| HSV(B) | 256.36º | 0.06% | 0.78% | - |
| XYZ | 49.2 | 50.57 | 60.59 | - |
| YUV | 189.15 | 132.99 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 187 | 198 | 0.04 | 0.06 | 0 | 0.22 | 256.36 | 0.09 | 0.75 |
| Hex | BE | BB | C6 | 4 | 6 | 0 | 16 | 100 | 9 | 4B |
| Octal | 276 | 273 | 306 | 4 | 6 | 0 | 26 | 400 | 11 | 113 |
| Binary | 10111110 | 10111011 | 11000110 | 100 | 110 | 0 | 10110 | 100000000 | 1001 | 1001011 |
Color Harmonies of #BEBBC6
Complementary color
Monochromatic Colors of #BEBBC6
Black with #BEBBC6
Text Example
Text Example
White with #BEBBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBBC6; }
p { color: rgb(190,187,198); }
H1.HeaderClassName
{
color: #BEBBC6;
}
.AnyTagClassName
{
color: #BEBBC6;
}
</style>
background-color css
<style>
a { background-color: #BEBBC6; }
a { background-color: rgb(190,187,198); }
div.DivClassName
{
background-color: #BEBBC6;
}
.BgClassName
{
background-color: #BEBBC6;
}
</style>
border-color css
<style>
span { border-color: #BEBBC6; }
span { border-color: rgb(190,187,198); }
td.TdClassName
{
border-color: #BEBBC6;
}
.TagClassName
{
border-color: #BEBBC6;
}
</style>