Shades of Lavender Grey #BBB4DD
Tints of Lavender Grey #BBB4DD
RGB
CMYK
RGB Variations
Color information
#BBB4DD (or 0xBBB4DD) is known color: Lavender Grey. HEX triplet: BB, B4 and DD. RGB value is (187,180,221). Sum of RGB (Red+Green+Blue) = 187+180+221=588 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.80% from 588); Green value is 180 (70.70% from 255 or 30.61% from 588); Blue value is 221 (86.72% from 255 or 37.59% from 588); Max value from RGB is 221 - color contains mainly: blue. Hex color #BBB4DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB4DD is #444B22. Grayscale: #BABABA. Windows color (decimal): -4475683 or 14529723. OLE color: 14529723.
HSL color Cylindrical-coordinate representation of color #BBB4DD: hue angle of 250.24º degrees, saturation: 0.38, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBB4DD is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 180 | 221 | - |
| CMYK | 0.15 | 0.19 | 0 | 0.13 |
| HSL | 250.24º | 0.38% | 0.79% | - |
| HSV(B) | 250.24º | 0.19% | 0.87% | - |
| XYZ | 49.87 | 48.43 | 75.13 | - |
| YUV | 186.77 | 147.32 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 180 | 221 | 0.15 | 0.19 | 0 | 0.13 | 250.24 | 0.38 | 0.79 |
| Hex | BB | B4 | DD | F | 13 | 0 | D | FA | 26 | 4F |
| Octal | 273 | 264 | 335 | 17 | 23 | 0 | 15 | 372 | 46 | 117 |
| Binary | 10111011 | 10110100 | 11011101 | 1111 | 10011 | 0 | 1101 | 11111010 | 100110 | 1001111 |
Color Harmonies of #BBB4DD
Complementary color
Monochromatic Colors of #BBB4DD
Black with #BBB4DD
Text Example
Text Example
White with #BBB4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB4DD; }
p { color: rgb(187,180,221); }
H1.HeaderClassName
{
color: #BBB4DD;
}
.AnyTagClassName
{
color: #BBB4DD;
}
</style>
background-color css
<style>
a { background-color: #BBB4DD; }
a { background-color: rgb(187,180,221); }
div.DivClassName
{
background-color: #BBB4DD;
}
.BgClassName
{
background-color: #BBB4DD;
}
</style>
border-color css
<style>
span { border-color: #BBB4DD; }
span { border-color: rgb(187,180,221); }
td.TdClassName
{
border-color: #BBB4DD;
}
.TagClassName
{
border-color: #BBB4DD;
}
</style>