Shades of Lavender Grey #BBBED4
Tints of Lavender Grey #BBBED4
RGB
CMYK
RGB Variations
Color information
#BBBED4 (or 0xBBBED4) is known color: Lavender Grey. HEX triplet: BB, BE and D4. RGB value is (187,190,212). Sum of RGB (Red+Green+Blue) = 187+190+212=589 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.75% from 589); Green value is 190 (74.61% from 255 or 32.26% from 589); Blue value is 212 (83.20% from 255 or 35.99% from 589); Max value from RGB is 212 - color contains mainly: blue. Hex color #BBBED4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBED4 is #44412B. Grayscale: #BFBFBF. Windows color (decimal): -4473132 or 13942459. OLE color: 13942459.
HSL color Cylindrical-coordinate representation of color #BBBED4: hue angle of 232.8º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BBBED4 is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 187 | 190 | 212 | - |
| CMYK | 0.12 | 0.10 | 0 | 0.17 |
| HSL | 232.8º | 0.23% | 0.78% | - |
| HSV(B) | 232.8º | 0.12% | 0.83% | - |
| XYZ | 50.79 | 52.15 | 69.68 | - |
| YUV | 191.61 | 139.51 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 190 | 212 | 0.12 | 0.10 | 0 | 0.17 | 232.8 | 0.23 | 0.78 |
| Hex | BB | BE | D4 | C | A | 0 | 11 | E9 | 17 | 4E |
| Octal | 273 | 276 | 324 | 14 | 12 | 0 | 21 | 351 | 27 | 116 |
| Binary | 10111011 | 10111110 | 11010100 | 1100 | 1010 | 0 | 10001 | 11101001 | 10111 | 1001110 |
Color Harmonies of #BBBED4
Complementary color
Monochromatic Colors of #BBBED4
Black with #BBBED4
Text Example
Text Example
White with #BBBED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBED4; }
p { color: rgb(187,190,212); }
H1.HeaderClassName
{
color: #BBBED4;
}
.AnyTagClassName
{
color: #BBBED4;
}
</style>
background-color css
<style>
a { background-color: #BBBED4; }
a { background-color: rgb(187,190,212); }
div.DivClassName
{
background-color: #BBBED4;
}
.BgClassName
{
background-color: #BBBED4;
}
</style>
border-color css
<style>
span { border-color: #BBBED4; }
span { border-color: rgb(187,190,212); }
td.TdClassName
{
border-color: #BBBED4;
}
.TagClassName
{
border-color: #BBBED4;
}
</style>