Shades of Lavender Grey #B7B1EF
Tints of Lavender Grey #B7B1EF
RGB
CMYK
RGB Variations
Color information
#B7B1EF (or 0xB7B1EF) is known color: Lavender Grey. HEX triplet: B7, B1 and EF. RGB value is (183,177,239). Sum of RGB (Red+Green+Blue) = 183+177+239=599 (79% of max value = 765). Red value is 183 (71.88% from 255 or 30.55% from 599); Green value is 177 (69.53% from 255 or 29.55% from 599); Blue value is 239 (93.75% from 255 or 39.90% from 599); Max value from RGB is 239 - color contains mainly: blue. Hex color #B7B1EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7B1EF is #484E10. Grayscale: #B9B9B9. Windows color (decimal): -4738577 or 15708599. OLE color: 15708599.
HSL color Cylindrical-coordinate representation of color #B7B1EF: hue angle of 245.81º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B7B1EF is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 183 | 177 | 239 | - |
| CMYK | 0.23 | 0.26 | 0 | 0.06 |
| HSL | 245.81º | 0.66% | 0.82% | - |
| HSV(B) | 245.81º | 0.26% | 0.94% | - |
| XYZ | 50.83 | 47.74 | 88.2 | - |
| YUV | 185.86 | 157.99 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 177 | 239 | 0.23 | 0.26 | 0 | 0.06 | 245.81 | 0.66 | 0.82 |
| Hex | B7 | B1 | EF | 17 | 1A | 0 | 6 | F6 | 42 | 52 |
| Octal | 267 | 261 | 357 | 27 | 32 | 0 | 6 | 366 | 102 | 122 |
| Binary | 10110111 | 10110001 | 11101111 | 10111 | 11010 | 0 | 110 | 11110110 | 1000010 | 1010010 |
Color Harmonies of #B7B1EF
Complementary color
Monochromatic Colors of #B7B1EF
Black with #B7B1EF
Text Example
Text Example
White with #B7B1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B1EF; }
p { color: rgb(183,177,239); }
H1.HeaderClassName
{
color: #B7B1EF;
}
.AnyTagClassName
{
color: #B7B1EF;
}
</style>
background-color css
<style>
a { background-color: #B7B1EF; }
a { background-color: rgb(183,177,239); }
div.DivClassName
{
background-color: #B7B1EF;
}
.BgClassName
{
background-color: #B7B1EF;
}
</style>
border-color css
<style>
span { border-color: #B7B1EF; }
span { border-color: rgb(183,177,239); }
td.TdClassName
{
border-color: #B7B1EF;
}
.TagClassName
{
border-color: #B7B1EF;
}
</style>