Shades of Lavender Grey #B8B1E8
Tints of Lavender Grey #B8B1E8
RGB
CMYK
RGB Variations
Color information
#B8B1E8 (or 0xB8B1E8) is known color: Lavender Grey. HEX triplet: B8, B1 and E8. RGB value is (184,177,232). Sum of RGB (Red+Green+Blue) = 184+177+232=593 (78% of max value = 765). Red value is 184 (72.27% from 255 or 31.03% from 593); Green value is 177 (69.53% from 255 or 29.85% from 593); Blue value is 232 (91.02% from 255 or 39.12% from 593); Max value from RGB is 232 - color contains mainly: blue. Hex color #B8B1E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B8B1E8 is #474E17. Grayscale: #B9B9B9. Windows color (decimal): -4673048 or 15249848. OLE color: 15249848.
HSL color Cylindrical-coordinate representation of color #B8B1E8: hue angle of 247.64º degrees, saturation: 0.54, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B8B1E8 is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 184 | 177 | 232 | - |
| CMYK | 0.21 | 0.24 | 0 | 0.09 |
| HSL | 247.64º | 0.54% | 0.8% | - |
| HSV(B) | 247.64º | 0.24% | 0.91% | - |
| XYZ | 50.05 | 47.46 | 82.87 | - |
| YUV | 185.36 | 154.32 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 177 | 232 | 0.21 | 0.24 | 0 | 0.09 | 247.64 | 0.54 | 0.8 |
| Hex | B8 | B1 | E8 | 15 | 18 | 0 | 9 | F8 | 36 | 50 |
| Octal | 270 | 261 | 350 | 25 | 30 | 0 | 11 | 370 | 66 | 120 |
| Binary | 10111000 | 10110001 | 11101000 | 10101 | 11000 | 0 | 1001 | 11111000 | 110110 | 1010000 |
Color Harmonies of #B8B1E8
Complementary color
Monochromatic Colors of #B8B1E8
Black with #B8B1E8
Text Example
Text Example
White with #B8B1E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B1E8; }
p { color: rgb(184,177,232); }
H1.HeaderClassName
{
color: #B8B1E8;
}
.AnyTagClassName
{
color: #B8B1E8;
}
</style>
background-color css
<style>
a { background-color: #B8B1E8; }
a { background-color: rgb(184,177,232); }
div.DivClassName
{
background-color: #B8B1E8;
}
.BgClassName
{
background-color: #B8B1E8;
}
</style>
border-color css
<style>
span { border-color: #B8B1E8; }
span { border-color: rgb(184,177,232); }
td.TdClassName
{
border-color: #B8B1E8;
}
.TagClassName
{
border-color: #B8B1E8;
}
</style>