Shades of Lavender Grey #BBB4E3
Tints of Lavender Grey #BBB4E3
RGB
CMYK
RGB Variations
Color information
#BBB4E3 (or 0xBBB4E3) is known color: Lavender Grey. HEX triplet: BB, B4 and E3. RGB value is (187,180,227). Sum of RGB (Red+Green+Blue) = 187+180+227=594 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.48% from 594); Green value is 180 (70.70% from 255 or 30.30% from 594); Blue value is 227 (89.06% from 255 or 38.22% from 594); Max value from RGB is 227 - color contains mainly: blue. Hex color #BBB4E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB4E3 is #444B1C. Grayscale: #BBBBBB. Windows color (decimal): -4475677 or 14922939. OLE color: 14922939.
HSL color Cylindrical-coordinate representation of color #BBB4E3: hue angle of 248.94º degrees, saturation: 0.46, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBB4E3 is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 180 | 227 | - |
| CMYK | 0.18 | 0.21 | 0 | 0.11 |
| HSL | 248.94º | 0.46% | 0.8% | - |
| HSV(B) | 248.94º | 0.21% | 0.89% | - |
| XYZ | 50.68 | 48.75 | 79.41 | - |
| YUV | 187.45 | 150.32 | 127.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 180 | 227 | 0.18 | 0.21 | 0 | 0.11 | 248.94 | 0.46 | 0.8 |
| Hex | BB | B4 | E3 | 12 | 15 | 0 | B | F9 | 2E | 50 |
| Octal | 273 | 264 | 343 | 22 | 25 | 0 | 13 | 371 | 56 | 120 |
| Binary | 10111011 | 10110100 | 11100011 | 10010 | 10101 | 0 | 1011 | 11111001 | 101110 | 1010000 |
Color Harmonies of #BBB4E3
Complementary color
Monochromatic Colors of #BBB4E3
Black with #BBB4E3
Text Example
Text Example
White with #BBB4E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB4E3; }
p { color: rgb(187,180,227); }
H1.HeaderClassName
{
color: #BBB4E3;
}
.AnyTagClassName
{
color: #BBB4E3;
}
</style>
background-color css
<style>
a { background-color: #BBB4E3; }
a { background-color: rgb(187,180,227); }
div.DivClassName
{
background-color: #BBB4E3;
}
.BgClassName
{
background-color: #BBB4E3;
}
</style>
border-color css
<style>
span { border-color: #BBB4E3; }
span { border-color: rgb(187,180,227); }
td.TdClassName
{
border-color: #BBB4E3;
}
.TagClassName
{
border-color: #BBB4E3;
}
</style>