Shades of Blue Haze #BEB9CB
Tints of Blue Haze #BEB9CB
RGB
CMYK
RGB Variations
Color information
#BEB9CB (or 0xBEB9CB) is known color: Blue Haze. HEX triplet: BE, B9 and CB. RGB value is (190,185,203). Sum of RGB (Red+Green+Blue) = 190+185+203=578 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.87% from 578); Green value is 185 (72.66% from 255 or 32.01% from 578); Blue value is 203 (79.69% from 255 or 35.12% from 578); Max value from RGB is 203 - color contains mainly: blue. Hex color #BEB9CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB9CB is #414634. Grayscale: #BCBCBC. Windows color (decimal): -4277813 or 13351358. OLE color: 13351358.
HSL color Cylindrical-coordinate representation of color #BEB9CB: hue angle of 256.67º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BEB9CB is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 185 | 203 | - |
| CMYK | 0.06 | 0.09 | 0 | 0.20 |
| HSL | 256.67º | 0.15% | 0.76% | - |
| HSV(B) | 256.67º | 0.09% | 0.8% | - |
| XYZ | 49.36 | 49.96 | 63.54 | - |
| YUV | 188.55 | 136.16 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 185 | 203 | 0.06 | 0.09 | 0 | 0.20 | 256.67 | 0.15 | 0.76 |
| Hex | BE | B9 | CB | 6 | 9 | 0 | 14 | 101 | F | 4C |
| Octal | 276 | 271 | 313 | 6 | 11 | 0 | 24 | 401 | 17 | 114 |
| Binary | 10111110 | 10111001 | 11001011 | 110 | 1001 | 0 | 10100 | 100000001 | 1111 | 1001100 |
Color Harmonies of #BEB9CB
Complementary color
Monochromatic Colors of #BEB9CB
Black with #BEB9CB
Text Example
Text Example
White with #BEB9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB9CB; }
p { color: rgb(190,185,203); }
H1.HeaderClassName
{
color: #BEB9CB;
}
.AnyTagClassName
{
color: #BEB9CB;
}
</style>
background-color css
<style>
a { background-color: #BEB9CB; }
a { background-color: rgb(190,185,203); }
div.DivClassName
{
background-color: #BEB9CB;
}
.BgClassName
{
background-color: #BEB9CB;
}
</style>
border-color css
<style>
span { border-color: #BEB9CB; }
span { border-color: rgb(190,185,203); }
td.TdClassName
{
border-color: #BEB9CB;
}
.TagClassName
{
border-color: #BEB9CB;
}
</style>