Shades of Lavender Grey #BBB8F3
Tints of Lavender Grey #BBB8F3
RGB
CMYK
RGB Variations
Color information
#BBB8F3 (or 0xBBB8F3) is known color: Lavender Grey. HEX triplet: BB, B8 and F3. RGB value is (187,184,243). Sum of RGB (Red+Green+Blue) = 187+184+243=614 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.46% from 614); Green value is 184 (72.27% from 255 or 29.97% from 614); Blue value is 243 (95.31% from 255 or 39.58% from 614); Max value from RGB is 243 - color contains mainly: blue. Hex color #BBB8F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBB8F3 is #44470C. Grayscale: #BFBFBF. Windows color (decimal): -4474637 or 15972539. OLE color: 15972539.
HSL color Cylindrical-coordinate representation of color #BBB8F3: hue angle of 243.05º degrees, saturation: 0.71, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBB8F3 is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 184 | 243 | - |
| CMYK | 0.23 | 0.24 | 0 | 0.05 |
| HSL | 243.05º | 0.71% | 0.84% | - |
| HSV(B) | 243.05º | 0.24% | 0.95% | - |
| XYZ | 53.81 | 51.32 | 91.86 | - |
| YUV | 191.62 | 156.99 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 184 | 243 | 0.23 | 0.24 | 0 | 0.05 | 243.05 | 0.71 | 0.84 |
| Hex | BB | B8 | F3 | 17 | 18 | 0 | 5 | F3 | 47 | 54 |
| Octal | 273 | 270 | 363 | 27 | 30 | 0 | 5 | 363 | 107 | 124 |
| Binary | 10111011 | 10111000 | 11110011 | 10111 | 11000 | 0 | 101 | 11110011 | 1000111 | 1010100 |
Color Harmonies of #BBB8F3
Complementary color
Monochromatic Colors of #BBB8F3
Black with #BBB8F3
Text Example
Text Example
White with #BBB8F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB8F3; }
p { color: rgb(187,184,243); }
H1.HeaderClassName
{
color: #BBB8F3;
}
.AnyTagClassName
{
color: #BBB8F3;
}
</style>
background-color css
<style>
a { background-color: #BBB8F3; }
a { background-color: rgb(187,184,243); }
div.DivClassName
{
background-color: #BBB8F3;
}
.BgClassName
{
background-color: #BBB8F3;
}
</style>
border-color css
<style>
span { border-color: #BBB8F3; }
span { border-color: rgb(187,184,243); }
td.TdClassName
{
border-color: #BBB8F3;
}
.TagClassName
{
border-color: #BBB8F3;
}
</style>