Shades of Lavender Grey #BBB9F1
Tints of Lavender Grey #BBB9F1
RGB
CMYK
RGB Variations
Color information
#BBB9F1 (or 0xBBB9F1) is known color: Lavender Grey. HEX triplet: BB, B9 and F1. RGB value is (187,185,241). Sum of RGB (Red+Green+Blue) = 187+185+241=613 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.51% from 613); Green value is 185 (72.66% from 255 or 30.18% from 613); Blue value is 241 (94.53% from 255 or 39.31% from 613); Max value from RGB is 241 - color contains mainly: blue. Hex color #BBB9F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBB9F1 is #44460E. Grayscale: #BFBFBF. Windows color (decimal): -4474383 or 15841723. OLE color: 15841723.
HSL color Cylindrical-coordinate representation of color #BBB9F1: hue angle of 242.14º degrees, saturation: 0.67, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBB9F1 is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 185 | 241 | - |
| CMYK | 0.22 | 0.23 | 0 | 0.05 |
| HSL | 242.14º | 0.67% | 0.84% | - |
| HSV(B) | 242.14º | 0.23% | 0.95% | - |
| XYZ | 53.72 | 51.61 | 90.35 | - |
| YUV | 191.98 | 155.66 | 124.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 185 | 241 | 0.22 | 0.23 | 0 | 0.05 | 242.14 | 0.67 | 0.84 |
| Hex | BB | B9 | F1 | 16 | 17 | 0 | 5 | F2 | 43 | 54 |
| Octal | 273 | 271 | 361 | 26 | 27 | 0 | 5 | 362 | 103 | 124 |
| Binary | 10111011 | 10111001 | 11110001 | 10110 | 10111 | 0 | 101 | 11110010 | 1000011 | 1010100 |
Color Harmonies of #BBB9F1
Complementary color
Monochromatic Colors of #BBB9F1
Black with #BBB9F1
Text Example
Text Example
White with #BBB9F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB9F1; }
p { color: rgb(187,185,241); }
H1.HeaderClassName
{
color: #BBB9F1;
}
.AnyTagClassName
{
color: #BBB9F1;
}
</style>
background-color css
<style>
a { background-color: #BBB9F1; }
a { background-color: rgb(187,185,241); }
div.DivClassName
{
background-color: #BBB9F1;
}
.BgClassName
{
background-color: #BBB9F1;
}
</style>
border-color css
<style>
span { border-color: #BBB9F1; }
span { border-color: rgb(187,185,241); }
td.TdClassName
{
border-color: #BBB9F1;
}
.TagClassName
{
border-color: #BBB9F1;
}
</style>