Shades of Lavender Grey #BBB8F1
Tints of Lavender Grey #BBB8F1
RGB
CMYK
RGB Variations
Color information
#BBB8F1 (or 0xBBB8F1) is known color: Lavender Grey. HEX triplet: BB, B8 and F1. RGB value is (187,184,241). Sum of RGB (Red+Green+Blue) = 187+184+241=612 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.56% from 612); Green value is 184 (72.27% from 255 or 30.07% from 612); Blue value is 241 (94.53% from 255 or 39.38% from 612); Max value from RGB is 241 - color contains mainly: blue. Hex color #BBB8F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBB8F1 is #44470E. Grayscale: #BFBFBF. Windows color (decimal): -4474639 or 15841467. OLE color: 15841467.
HSL color Cylindrical-coordinate representation of color #BBB8F1: hue angle of 243.16º degrees, saturation: 0.67, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBB8F1 is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 184 | 241 | - |
| CMYK | 0.22 | 0.24 | 0 | 0.05 |
| HSL | 243.16º | 0.67% | 0.83% | - |
| HSV(B) | 243.16º | 0.24% | 0.95% | - |
| XYZ | 53.51 | 51.2 | 90.28 | - |
| YUV | 191.4 | 155.99 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 184 | 241 | 0.22 | 0.24 | 0 | 0.05 | 243.16 | 0.67 | 0.83 |
| Hex | BB | B8 | F1 | 16 | 18 | 0 | 5 | F3 | 43 | 53 |
| Octal | 273 | 270 | 361 | 26 | 30 | 0 | 5 | 363 | 103 | 123 |
| Binary | 10111011 | 10111000 | 11110001 | 10110 | 11000 | 0 | 101 | 11110011 | 1000011 | 1010011 |
Color Harmonies of #BBB8F1
Complementary color
Monochromatic Colors of #BBB8F1
Black with #BBB8F1
Text Example
Text Example
White with #BBB8F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB8F1; }
p { color: rgb(187,184,241); }
H1.HeaderClassName
{
color: #BBB8F1;
}
.AnyTagClassName
{
color: #BBB8F1;
}
</style>
background-color css
<style>
a { background-color: #BBB8F1; }
a { background-color: rgb(187,184,241); }
div.DivClassName
{
background-color: #BBB8F1;
}
.BgClassName
{
background-color: #BBB8F1;
}
</style>
border-color css
<style>
span { border-color: #BBB8F1; }
span { border-color: rgb(187,184,241); }
td.TdClassName
{
border-color: #BBB8F1;
}
.TagClassName
{
border-color: #BBB8F1;
}
</style>