Shades of Lavender Grey #BBB6EE
Tints of Lavender Grey #BBB6EE
RGB
CMYK
RGB Variations
Color information
#BBB6EE (or 0xBBB6EE) is known color: Lavender Grey. HEX triplet: BB, B6 and EE. RGB value is (187,182,238). Sum of RGB (Red+Green+Blue) = 187+182+238=607 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.81% from 607); Green value is 182 (71.48% from 255 or 29.98% from 607); Blue value is 238 (93.36% from 255 or 39.21% from 607); Max value from RGB is 238 - color contains mainly: blue. Hex color #BBB6EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBB6EE is #444911. Grayscale: #BDBDBD. Windows color (decimal): -4475154 or 15644347. OLE color: 15644347.
HSL color Cylindrical-coordinate representation of color #BBB6EE: hue angle of 245.36º degrees, saturation: 0.62, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBB6EE is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 182 | 238 | - |
| CMYK | 0.21 | 0.24 | 0 | 0.07 |
| HSL | 245.36º | 0.62% | 0.82% | - |
| HSV(B) | 245.36º | 0.24% | 0.93% | - |
| XYZ | 52.65 | 50.19 | 87.8 | - |
| YUV | 189.88 | 155.16 | 125.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 182 | 238 | 0.21 | 0.24 | 0 | 0.07 | 245.36 | 0.62 | 0.82 |
| Hex | BB | B6 | EE | 15 | 18 | 0 | 7 | F5 | 3E | 52 |
| Octal | 273 | 266 | 356 | 25 | 30 | 0 | 7 | 365 | 76 | 122 |
| Binary | 10111011 | 10110110 | 11101110 | 10101 | 11000 | 0 | 111 | 11110101 | 111110 | 1010010 |
Color Harmonies of #BBB6EE
Complementary color
Monochromatic Colors of #BBB6EE
Black with #BBB6EE
Text Example
Text Example
White with #BBB6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB6EE; }
p { color: rgb(187,182,238); }
H1.HeaderClassName
{
color: #BBB6EE;
}
.AnyTagClassName
{
color: #BBB6EE;
}
</style>
background-color css
<style>
a { background-color: #BBB6EE; }
a { background-color: rgb(187,182,238); }
div.DivClassName
{
background-color: #BBB6EE;
}
.BgClassName
{
background-color: #BBB6EE;
}
</style>
border-color css
<style>
span { border-color: #BBB6EE; }
span { border-color: rgb(187,182,238); }
td.TdClassName
{
border-color: #BBB6EE;
}
.TagClassName
{
border-color: #BBB6EE;
}
</style>