Shades of Lavender Grey #BBB7E7
Tints of Lavender Grey #BBB7E7
RGB
CMYK
RGB Variations
Color information
#BBB7E7 (or 0xBBB7E7) is known color: Lavender Grey. HEX triplet: BB, B7 and E7. RGB value is (187,183,231). Sum of RGB (Red+Green+Blue) = 187+183+231=601 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.11% from 601); Green value is 183 (71.88% from 255 or 30.45% from 601); Blue value is 231 (90.62% from 255 or 38.44% from 601); Max value from RGB is 231 - color contains mainly: blue. Hex color #BBB7E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBB7E7 is #444818. Grayscale: #BDBDBD. Windows color (decimal): -4474905 or 15185851. OLE color: 15185851.
HSL color Cylindrical-coordinate representation of color #BBB7E7: hue angle of 245º degrees, saturation: 0.5, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBB7E7 is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 183 | 231 | - |
| CMYK | 0.19 | 0.21 | 0 | 0.09 |
| HSL | 245º | 0.5% | 0.81% | - |
| HSV(B) | 245º | 0.21% | 0.91% | - |
| XYZ | 51.85 | 50.2 | 82.56 | - |
| YUV | 189.67 | 151.33 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 183 | 231 | 0.19 | 0.21 | 0 | 0.09 | 245 | 0.5 | 0.81 |
| Hex | BB | B7 | E7 | 13 | 15 | 0 | 9 | F5 | 32 | 51 |
| Octal | 273 | 267 | 347 | 23 | 25 | 0 | 11 | 365 | 62 | 121 |
| Binary | 10111011 | 10110111 | 11100111 | 10011 | 10101 | 0 | 1001 | 11110101 | 110010 | 1010001 |
Color Harmonies of #BBB7E7
Complementary color
Monochromatic Colors of #BBB7E7
Black with #BBB7E7
Text Example
Text Example
White with #BBB7E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB7E7; }
p { color: rgb(187,183,231); }
H1.HeaderClassName
{
color: #BBB7E7;
}
.AnyTagClassName
{
color: #BBB7E7;
}
</style>
background-color css
<style>
a { background-color: #BBB7E7; }
a { background-color: rgb(187,183,231); }
div.DivClassName
{
background-color: #BBB7E7;
}
.BgClassName
{
background-color: #BBB7E7;
}
</style>
border-color css
<style>
span { border-color: #BBB7E7; }
span { border-color: rgb(187,183,231); }
td.TdClassName
{
border-color: #BBB7E7;
}
.TagClassName
{
border-color: #BBB7E7;
}
</style>