Shades of Lavender Grey #B8B1DE
Tints of Lavender Grey #B8B1DE
RGB
CMYK
RGB Variations
Color information
#B8B1DE (or 0xB8B1DE) is known color: Lavender Grey. HEX triplet: B8, B1 and DE. RGB value is (184,177,222). Sum of RGB (Red+Green+Blue) = 184+177+222=583 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.56% from 583); Green value is 177 (69.53% from 255 or 30.36% from 583); Blue value is 222 (87.11% from 255 or 38.08% from 583); Max value from RGB is 222 - color contains mainly: blue. Hex color #B8B1DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8B1DE is #474E21. Grayscale: #B8B8B8. Windows color (decimal): -4673058 or 14594488. OLE color: 14594488.
HSL color Cylindrical-coordinate representation of color #B8B1DE: hue angle of 249.33º degrees, saturation: 0.41, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B8B1DE is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 177 | 222 | - |
| CMYK | 0.17 | 0.20 | 0 | 0.13 |
| HSL | 249.33º | 0.41% | 0.78% | - |
| HSV(B) | 249.33º | 0.2% | 0.87% | - |
| XYZ | 48.67 | 46.91 | 75.6 | - |
| YUV | 184.22 | 149.32 | 127.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 177 | 222 | 0.17 | 0.20 | 0 | 0.13 | 249.33 | 0.41 | 0.78 |
| Hex | B8 | B1 | DE | 11 | 14 | 0 | D | F9 | 29 | 4E |
| Octal | 270 | 261 | 336 | 21 | 24 | 0 | 15 | 371 | 51 | 116 |
| Binary | 10111000 | 10110001 | 11011110 | 10001 | 10100 | 0 | 1101 | 11111001 | 101001 | 1001110 |
Color Harmonies of #B8B1DE
Complementary color
Monochromatic Colors of #B8B1DE
Black with #B8B1DE
Text Example
Text Example
White with #B8B1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B1DE; }
p { color: rgb(184,177,222); }
H1.HeaderClassName
{
color: #B8B1DE;
}
.AnyTagClassName
{
color: #B8B1DE;
}
</style>
background-color css
<style>
a { background-color: #B8B1DE; }
a { background-color: rgb(184,177,222); }
div.DivClassName
{
background-color: #B8B1DE;
}
.BgClassName
{
background-color: #B8B1DE;
}
</style>
border-color css
<style>
span { border-color: #B8B1DE; }
span { border-color: rgb(184,177,222); }
td.TdClassName
{
border-color: #B8B1DE;
}
.TagClassName
{
border-color: #B8B1DE;
}
</style>