Shades of Lavender Grey #BBB4DF
Tints of Lavender Grey #BBB4DF
RGB
CMYK
RGB Variations
Color information
#BBB4DF (or 0xBBB4DF) is known color: Lavender Grey. HEX triplet: BB, B4 and DF. RGB value is (187,180,223). Sum of RGB (Red+Green+Blue) = 187+180+223=590 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.69% from 590); Green value is 180 (70.70% from 255 or 30.51% from 590); Blue value is 223 (87.5% from 255 or 37.80% from 590); Max value from RGB is 223 - color contains mainly: blue. Hex color #BBB4DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB4DF is #444B20. Grayscale: #BABABA. Windows color (decimal): -4475681 or 14660795. OLE color: 14660795.
HSL color Cylindrical-coordinate representation of color #BBB4DF: hue angle of 249.77º degrees, saturation: 0.4, 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 #BBB4DF is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 180 | 223 | - |
| CMYK | 0.16 | 0.19 | 0 | 0.13 |
| HSL | 249.77º | 0.4% | 0.79% | - |
| HSV(B) | 249.77º | 0.19% | 0.87% | - |
| XYZ | 50.13 | 48.54 | 76.54 | - |
| YUV | 187 | 148.32 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 180 | 223 | 0.16 | 0.19 | 0 | 0.13 | 249.77 | 0.4 | 0.79 |
| Hex | BB | B4 | DF | 10 | 13 | 0 | D | FA | 28 | 4F |
| Octal | 273 | 264 | 337 | 20 | 23 | 0 | 15 | 372 | 50 | 117 |
| Binary | 10111011 | 10110100 | 11011111 | 10000 | 10011 | 0 | 1101 | 11111010 | 101000 | 1001111 |
Color Harmonies of #BBB4DF
Complementary color
Monochromatic Colors of #BBB4DF
Black with #BBB4DF
Text Example
Text Example
White with #BBB4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB4DF; }
p { color: rgb(187,180,223); }
H1.HeaderClassName
{
color: #BBB4DF;
}
.AnyTagClassName
{
color: #BBB4DF;
}
</style>
background-color css
<style>
a { background-color: #BBB4DF; }
a { background-color: rgb(187,180,223); }
div.DivClassName
{
background-color: #BBB4DF;
}
.BgClassName
{
background-color: #BBB4DF;
}
</style>
border-color css
<style>
span { border-color: #BBB4DF; }
span { border-color: rgb(187,180,223); }
td.TdClassName
{
border-color: #BBB4DF;
}
.TagClassName
{
border-color: #BBB4DF;
}
</style>