Shades of Lavender Grey #BBBECD
Tints of Lavender Grey #BBBECD
RGB
CMYK
RGB Variations
Color information
#BBBECD (or 0xBBBECD) is known color: Lavender Grey. HEX triplet: BB, BE and CD. RGB value is (187,190,205). Sum of RGB (Red+Green+Blue) = 187+190+205=582 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.13% from 582); Green value is 190 (74.61% from 255 or 32.65% from 582); Blue value is 205 (80.47% from 255 or 35.22% from 582); Max value from RGB is 205 - color contains mainly: blue. Hex color #BBBECD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBECD is #444132. Grayscale: #BEBEBE. Windows color (decimal): -4473139 or 13483707. OLE color: 13483707.
HSL color Cylindrical-coordinate representation of color #BBBECD: hue angle of 230º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BBBECD is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 190 | 205 | - |
| CMYK | 0.09 | 0.07 | 0 | 0.20 |
| HSL | 230º | 0.15% | 0.77% | - |
| HSV(B) | 230º | 0.09% | 0.8% | - |
| XYZ | 49.93 | 51.8 | 65.12 | - |
| YUV | 190.81 | 136.01 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 190 | 205 | 0.09 | 0.07 | 0 | 0.20 | 230 | 0.15 | 0.77 |
| Hex | BB | BE | CD | 9 | 7 | 0 | 14 | E6 | F | 4D |
| Octal | 273 | 276 | 315 | 11 | 7 | 0 | 24 | 346 | 17 | 115 |
| Binary | 10111011 | 10111110 | 11001101 | 1001 | 111 | 0 | 10100 | 11100110 | 1111 | 1001101 |
Color Harmonies of #BBBECD
Complementary color
Monochromatic Colors of #BBBECD
Black with #BBBECD
Text Example
Text Example
White with #BBBECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBECD; }
p { color: rgb(187,190,205); }
H1.HeaderClassName
{
color: #BBBECD;
}
.AnyTagClassName
{
color: #BBBECD;
}
</style>
background-color css
<style>
a { background-color: #BBBECD; }
a { background-color: rgb(187,190,205); }
div.DivClassName
{
background-color: #BBBECD;
}
.BgClassName
{
background-color: #BBBECD;
}
</style>
border-color css
<style>
span { border-color: #BBBECD; }
span { border-color: rgb(187,190,205); }
td.TdClassName
{
border-color: #BBBECD;
}
.TagClassName
{
border-color: #BBBECD;
}
</style>