Shades of Lavender Grey #BBB7DF
Tints of Lavender Grey #BBB7DF
RGB
CMYK
RGB Variations
Color information
#BBB7DF (or 0xBBB7DF) is known color: Lavender Grey. HEX triplet: BB, B7 and DF. RGB value is (187,183,223). Sum of RGB (Red+Green+Blue) = 187+183+223=593 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.53% from 593); Green value is 183 (71.88% from 255 or 30.86% from 593); Blue value is 223 (87.5% from 255 or 37.61% from 593); Max value from RGB is 223 - color contains mainly: blue. Hex color #BBB7DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB7DF is #444820. Grayscale: #BCBCBC. Windows color (decimal): -4474913 or 14661563. OLE color: 14661563.
HSL color Cylindrical-coordinate representation of color #BBB7DF: hue angle of 246º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBB7DF is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 183 | 223 | - |
| CMYK | 0.16 | 0.18 | 0 | 0.13 |
| HSL | 246º | 0.38% | 0.8% | - |
| HSV(B) | 246º | 0.18% | 0.87% | - |
| XYZ | 50.75 | 49.76 | 76.74 | - |
| YUV | 188.76 | 147.33 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 183 | 223 | 0.16 | 0.18 | 0 | 0.13 | 246 | 0.38 | 0.8 |
| Hex | BB | B7 | DF | 10 | 12 | 0 | D | F6 | 26 | 50 |
| Octal | 273 | 267 | 337 | 20 | 22 | 0 | 15 | 366 | 46 | 120 |
| Binary | 10111011 | 10110111 | 11011111 | 10000 | 10010 | 0 | 1101 | 11110110 | 100110 | 1010000 |
Color Harmonies of #BBB7DF
Complementary color
Monochromatic Colors of #BBB7DF
Black with #BBB7DF
Text Example
Text Example
White with #BBB7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB7DF; }
p { color: rgb(187,183,223); }
H1.HeaderClassName
{
color: #BBB7DF;
}
.AnyTagClassName
{
color: #BBB7DF;
}
</style>
background-color css
<style>
a { background-color: #BBB7DF; }
a { background-color: rgb(187,183,223); }
div.DivClassName
{
background-color: #BBB7DF;
}
.BgClassName
{
background-color: #BBB7DF;
}
</style>
border-color css
<style>
span { border-color: #BBB7DF; }
span { border-color: rgb(187,183,223); }
td.TdClassName
{
border-color: #BBB7DF;
}
.TagClassName
{
border-color: #BBB7DF;
}
</style>