Shades of Lavender Grey #B8B2E7
Tints of Lavender Grey #B8B2E7
RGB
CMYK
RGB Variations
Color information
#B8B2E7 (or 0xB8B2E7) is known color: Lavender Grey. HEX triplet: B8, B2 and E7. RGB value is (184,178,231). Sum of RGB (Red+Green+Blue) = 184+178+231=593 (78% of max value = 765). Red value is 184 (72.27% from 255 or 31.03% from 593); Green value is 178 (69.92% from 255 or 30.02% from 593); Blue value is 231 (90.62% from 255 or 38.95% from 593); Max value from RGB is 231 - color contains mainly: blue. Hex color #B8B2E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B8B2E7 is #474D18. Grayscale: #B9B9B9. Windows color (decimal): -4672793 or 15184568. OLE color: 15184568.
HSL color Cylindrical-coordinate representation of color #B8B2E7: hue angle of 246.79º degrees, saturation: 0.52, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B8B2E7 is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 184 | 178 | 231 | - |
| CMYK | 0.20 | 0.23 | 0 | 0.09 |
| HSL | 246.79º | 0.52% | 0.8% | - |
| HSV(B) | 246.79º | 0.23% | 0.91% | - |
| XYZ | 50.11 | 47.8 | 82.19 | - |
| YUV | 185.84 | 153.49 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 178 | 231 | 0.20 | 0.23 | 0 | 0.09 | 246.79 | 0.52 | 0.8 |
| Hex | B8 | B2 | E7 | 14 | 17 | 0 | 9 | F7 | 34 | 50 |
| Octal | 270 | 262 | 347 | 24 | 27 | 0 | 11 | 367 | 64 | 120 |
| Binary | 10111000 | 10110010 | 11100111 | 10100 | 10111 | 0 | 1001 | 11110111 | 110100 | 1010000 |
Color Harmonies of #B8B2E7
Complementary color
Monochromatic Colors of #B8B2E7
Black with #B8B2E7
Text Example
Text Example
White with #B8B2E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B2E7; }
p { color: rgb(184,178,231); }
H1.HeaderClassName
{
color: #B8B2E7;
}
.AnyTagClassName
{
color: #B8B2E7;
}
</style>
background-color css
<style>
a { background-color: #B8B2E7; }
a { background-color: rgb(184,178,231); }
div.DivClassName
{
background-color: #B8B2E7;
}
.BgClassName
{
background-color: #B8B2E7;
}
</style>
border-color css
<style>
span { border-color: #B8B2E7; }
span { border-color: rgb(184,178,231); }
td.TdClassName
{
border-color: #B8B2E7;
}
.TagClassName
{
border-color: #B8B2E7;
}
</style>