Shades of Lavender Grey #BBB7EE
Tints of Lavender Grey #BBB7EE
RGB
CMYK
RGB Variations
Color information
#BBB7EE (or 0xBBB7EE) is known color: Lavender Grey. HEX triplet: BB, B7 and EE. RGB value is (187,183,238). Sum of RGB (Red+Green+Blue) = 187+183+238=608 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.76% from 608); Green value is 183 (71.88% from 255 or 30.10% from 608); Blue value is 238 (93.36% from 255 or 39.14% from 608); Max value from RGB is 238 - color contains mainly: blue. Hex color #BBB7EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBB7EE is #444811. Grayscale: #BEBEBE. Windows color (decimal): -4474898 or 15644603. OLE color: 15644603.
HSL color Cylindrical-coordinate representation of color #BBB7EE: hue angle of 244.36º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBB7EE is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 183 | 238 | - |
| CMYK | 0.21 | 0.23 | 0 | 0.07 |
| HSL | 244.36º | 0.62% | 0.83% | - |
| HSV(B) | 244.36º | 0.23% | 0.93% | - |
| XYZ | 52.86 | 50.6 | 87.87 | - |
| YUV | 190.47 | 154.83 | 125.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 183 | 238 | 0.21 | 0.23 | 0 | 0.07 | 244.36 | 0.62 | 0.83 |
| Hex | BB | B7 | EE | 15 | 17 | 0 | 7 | F4 | 3E | 53 |
| Octal | 273 | 267 | 356 | 25 | 27 | 0 | 7 | 364 | 76 | 123 |
| Binary | 10111011 | 10110111 | 11101110 | 10101 | 10111 | 0 | 111 | 11110100 | 111110 | 1010011 |
Color Harmonies of #BBB7EE
Complementary color
Monochromatic Colors of #BBB7EE
Black with #BBB7EE
Text Example
Text Example
White with #BBB7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB7EE; }
p { color: rgb(187,183,238); }
H1.HeaderClassName
{
color: #BBB7EE;
}
.AnyTagClassName
{
color: #BBB7EE;
}
</style>
background-color css
<style>
a { background-color: #BBB7EE; }
a { background-color: rgb(187,183,238); }
div.DivClassName
{
background-color: #BBB7EE;
}
.BgClassName
{
background-color: #BBB7EE;
}
</style>
border-color css
<style>
span { border-color: #BBB7EE; }
span { border-color: rgb(187,183,238); }
td.TdClassName
{
border-color: #BBB7EE;
}
.TagClassName
{
border-color: #BBB7EE;
}
</style>