Shades of Lavender Grey #BBB4DB
Tints of Lavender Grey #BBB4DB
RGB
CMYK
RGB Variations
Color information
#BBB4DB (or 0xBBB4DB) is known color: Lavender Grey. HEX triplet: BB, B4 and DB. RGB value is (187,180,219). Sum of RGB (Red+Green+Blue) = 187+180+219=586 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.91% from 586); Green value is 180 (70.70% from 255 or 30.72% from 586); Blue value is 219 (85.94% from 255 or 37.37% from 586); Max value from RGB is 219 - color contains mainly: blue. Hex color #BBB4DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB4DB is #444B24. Grayscale: #BABABA. Windows color (decimal): -4475685 or 14398651. OLE color: 14398651.
HSL color Cylindrical-coordinate representation of color #BBB4DB: hue angle of 250.77º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBB4DB is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 180 | 219 | - |
| CMYK | 0.15 | 0.18 | 0 | 0.14 |
| HSL | 250.77º | 0.35% | 0.78% | - |
| HSV(B) | 250.77º | 0.18% | 0.86% | - |
| XYZ | 49.6 | 48.32 | 73.73 | - |
| YUV | 186.54 | 146.32 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 180 | 219 | 0.15 | 0.18 | 0 | 0.14 | 250.77 | 0.35 | 0.78 |
| Hex | BB | B4 | DB | F | 12 | 0 | E | FB | 23 | 4E |
| Octal | 273 | 264 | 333 | 17 | 22 | 0 | 16 | 373 | 43 | 116 |
| Binary | 10111011 | 10110100 | 11011011 | 1111 | 10010 | 0 | 1110 | 11111011 | 100011 | 1001110 |
Color Harmonies of #BBB4DB
Complementary color
Monochromatic Colors of #BBB4DB
Black with #BBB4DB
Text Example
Text Example
White with #BBB4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB4DB; }
p { color: rgb(187,180,219); }
H1.HeaderClassName
{
color: #BBB4DB;
}
.AnyTagClassName
{
color: #BBB4DB;
}
</style>
background-color css
<style>
a { background-color: #BBB4DB; }
a { background-color: rgb(187,180,219); }
div.DivClassName
{
background-color: #BBB4DB;
}
.BgClassName
{
background-color: #BBB4DB;
}
</style>
border-color css
<style>
span { border-color: #BBB4DB; }
span { border-color: rgb(187,180,219); }
td.TdClassName
{
border-color: #BBB4DB;
}
.TagClassName
{
border-color: #BBB4DB;
}
</style>