Shades of Lavender Grey #BBB8EE
Tints of Lavender Grey #BBB8EE
RGB
CMYK
RGB Variations
Color information
#BBB8EE (or 0xBBB8EE) is known color: Lavender Grey. HEX triplet: BB, B8 and EE. RGB value is (187,184,238). Sum of RGB (Red+Green+Blue) = 187+184+238=609 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.71% from 609); Green value is 184 (72.27% from 255 or 30.21% from 609); Blue value is 238 (93.36% from 255 or 39.08% from 609); Max value from RGB is 238 - color contains mainly: blue. Hex color #BBB8EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBB8EE is #444711. Grayscale: #BEBEBE. Windows color (decimal): -4474642 or 15644859. OLE color: 15644859.
HSL color Cylindrical-coordinate representation of color #BBB8EE: hue angle of 243.33º degrees, saturation: 0.61, 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 #BBB8EE is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 184 | 238 | - |
| CMYK | 0.21 | 0.23 | 0 | 0.07 |
| HSL | 243.33º | 0.61% | 0.83% | - |
| HSV(B) | 243.33º | 0.23% | 0.93% | - |
| XYZ | 53.07 | 51.02 | 87.94 | - |
| YUV | 191.05 | 154.49 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 184 | 238 | 0.21 | 0.23 | 0 | 0.07 | 243.33 | 0.61 | 0.83 |
| Hex | BB | B8 | EE | 15 | 17 | 0 | 7 | F3 | 3D | 53 |
| Octal | 273 | 270 | 356 | 25 | 27 | 0 | 7 | 363 | 75 | 123 |
| Binary | 10111011 | 10111000 | 11101110 | 10101 | 10111 | 0 | 111 | 11110011 | 111101 | 1010011 |
Color Harmonies of #BBB8EE
Complementary color
Monochromatic Colors of #BBB8EE
Black with #BBB8EE
Text Example
Text Example
White with #BBB8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB8EE; }
p { color: rgb(187,184,238); }
H1.HeaderClassName
{
color: #BBB8EE;
}
.AnyTagClassName
{
color: #BBB8EE;
}
</style>
background-color css
<style>
a { background-color: #BBB8EE; }
a { background-color: rgb(187,184,238); }
div.DivClassName
{
background-color: #BBB8EE;
}
.BgClassName
{
background-color: #BBB8EE;
}
</style>
border-color css
<style>
span { border-color: #BBB8EE; }
span { border-color: rgb(187,184,238); }
td.TdClassName
{
border-color: #BBB8EE;
}
.TagClassName
{
border-color: #BBB8EE;
}
</style>