Shades of Lavender Grey #B7B1EE
Tints of Lavender Grey #B7B1EE
RGB
CMYK
RGB Variations
Color information
#B7B1EE (or 0xB7B1EE) is known color: Lavender Grey. HEX triplet: B7, B1 and EE. RGB value is (183,177,238). Sum of RGB (Red+Green+Blue) = 183+177+238=598 (79% of max value = 765). Red value is 183 (71.88% from 255 or 30.60% from 598); Green value is 177 (69.53% from 255 or 29.60% from 598); Blue value is 238 (93.36% from 255 or 39.80% from 598); Max value from RGB is 238 - color contains mainly: blue. Hex color #B7B1EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7B1EE is #484E11. Grayscale: #B9B9B9. Windows color (decimal): -4738578 or 15643063. OLE color: 15643063.
HSL color Cylindrical-coordinate representation of color #B7B1EE: hue angle of 245.9º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B7B1EE is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 177 | 238 | - |
| CMYK | 0.23 | 0.26 | 0 | 0.07 |
| HSL | 245.9º | 0.64% | 0.81% | - |
| HSV(B) | 245.9º | 0.26% | 0.93% | - |
| XYZ | 50.68 | 47.68 | 87.42 | - |
| YUV | 185.75 | 157.49 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 177 | 238 | 0.23 | 0.26 | 0 | 0.07 | 245.9 | 0.64 | 0.81 |
| Hex | B7 | B1 | EE | 17 | 1A | 0 | 7 | F6 | 40 | 51 |
| Octal | 267 | 261 | 356 | 27 | 32 | 0 | 7 | 366 | 100 | 121 |
| Binary | 10110111 | 10110001 | 11101110 | 10111 | 11010 | 0 | 111 | 11110110 | 1000000 | 1010001 |
Color Harmonies of #B7B1EE
Complementary color
Monochromatic Colors of #B7B1EE
Black with #B7B1EE
Text Example
Text Example
White with #B7B1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B1EE; }
p { color: rgb(183,177,238); }
H1.HeaderClassName
{
color: #B7B1EE;
}
.AnyTagClassName
{
color: #B7B1EE;
}
</style>
background-color css
<style>
a { background-color: #B7B1EE; }
a { background-color: rgb(183,177,238); }
div.DivClassName
{
background-color: #B7B1EE;
}
.BgClassName
{
background-color: #B7B1EE;
}
</style>
border-color css
<style>
span { border-color: #B7B1EE; }
span { border-color: rgb(183,177,238); }
td.TdClassName
{
border-color: #B7B1EE;
}
.TagClassName
{
border-color: #B7B1EE;
}
</style>