Shades of Lavender Grey #BBBECB
Tints of Lavender Grey #BBBECB
RGB
CMYK
RGB Variations
Color information
#BBBECB (or 0xBBBECB) is known color: Lavender Grey. HEX triplet: BB, BE and CB. RGB value is (187,190,203). Sum of RGB (Red+Green+Blue) = 187+190+203=580 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.24% from 580); Green value is 190 (74.61% from 255 or 32.76% from 580); Blue value is 203 (79.69% from 255 or 35% from 580); Max value from RGB is 203 - color contains mainly: blue. Hex color #BBBECB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBECB is #444134. Grayscale: #BEBEBE. Windows color (decimal): -4473141 or 13352635. OLE color: 13352635.
HSL color Cylindrical-coordinate representation of color #BBBECB: hue angle of 228.75º degrees, saturation: 0.13, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BBBECB is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 190 | 203 | - |
| CMYK | 0.08 | 0.06 | 0 | 0.20 |
| HSL | 228.75º | 0.13% | 0.76% | - |
| HSV(B) | 228.75º | 0.08% | 0.8% | - |
| XYZ | 49.69 | 51.7 | 63.86 | - |
| YUV | 190.59 | 135.01 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 190 | 203 | 0.08 | 0.06 | 0 | 0.20 | 228.75 | 0.13 | 0.76 |
| Hex | BB | BE | CB | 8 | 6 | 0 | 14 | E5 | D | 4C |
| Octal | 273 | 276 | 313 | 10 | 6 | 0 | 24 | 345 | 15 | 114 |
| Binary | 10111011 | 10111110 | 11001011 | 1000 | 110 | 0 | 10100 | 11100101 | 1101 | 1001100 |
Color Harmonies of #BBBECB
Complementary color
Monochromatic Colors of #BBBECB
Black with #BBBECB
Text Example
Text Example
White with #BBBECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBECB; }
p { color: rgb(187,190,203); }
H1.HeaderClassName
{
color: #BBBECB;
}
.AnyTagClassName
{
color: #BBBECB;
}
</style>
background-color css
<style>
a { background-color: #BBBECB; }
a { background-color: rgb(187,190,203); }
div.DivClassName
{
background-color: #BBBECB;
}
.BgClassName
{
background-color: #BBBECB;
}
</style>
border-color css
<style>
span { border-color: #BBBECB; }
span { border-color: rgb(187,190,203); }
td.TdClassName
{
border-color: #BBBECB;
}
.TagClassName
{
border-color: #BBBECB;
}
</style>