Shades of Lavender Grey #BBB4E4
Tints of Lavender Grey #BBB4E4
RGB
CMYK
RGB Variations
Color information
#BBB4E4 (or 0xBBB4E4) is known color: Lavender Grey. HEX triplet: BB, B4 and E4. RGB value is (187,180,228). Sum of RGB (Red+Green+Blue) = 187+180+228=595 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.43% from 595); Green value is 180 (70.70% from 255 or 30.25% from 595); Blue value is 228 (89.45% from 255 or 38.32% from 595); Max value from RGB is 228 - color contains mainly: blue. Hex color #BBB4E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB4E4 is #444B1B. Grayscale: #BBBBBB. Windows color (decimal): -4475676 or 14988475. OLE color: 14988475.
HSL color Cylindrical-coordinate representation of color #BBB4E4: hue angle of 248.75º degrees, saturation: 0.47, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBB4E4 is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 180 | 228 | - |
| CMYK | 0.18 | 0.21 | 0 | 0.11 |
| HSL | 248.75º | 0.47% | 0.8% | - |
| HSV(B) | 248.75º | 0.21% | 0.89% | - |
| XYZ | 50.82 | 48.81 | 80.14 | - |
| YUV | 187.57 | 150.82 | 127.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 180 | 228 | 0.18 | 0.21 | 0 | 0.11 | 248.75 | 0.47 | 0.8 |
| Hex | BB | B4 | E4 | 12 | 15 | 0 | B | F9 | 2F | 50 |
| Octal | 273 | 264 | 344 | 22 | 25 | 0 | 13 | 371 | 57 | 120 |
| Binary | 10111011 | 10110100 | 11100100 | 10010 | 10101 | 0 | 1011 | 11111001 | 101111 | 1010000 |
Color Harmonies of #BBB4E4
Complementary color
Monochromatic Colors of #BBB4E4
Black with #BBB4E4
Text Example
Text Example
White with #BBB4E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB4E4; }
p { color: rgb(187,180,228); }
H1.HeaderClassName
{
color: #BBB4E4;
}
.AnyTagClassName
{
color: #BBB4E4;
}
</style>
background-color css
<style>
a { background-color: #BBB4E4; }
a { background-color: rgb(187,180,228); }
div.DivClassName
{
background-color: #BBB4E4;
}
.BgClassName
{
background-color: #BBB4E4;
}
</style>
border-color css
<style>
span { border-color: #BBB4E4; }
span { border-color: rgb(187,180,228); }
td.TdClassName
{
border-color: #BBB4E4;
}
.TagClassName
{
border-color: #BBB4E4;
}
</style>