Shades of Lavender Grey #B7B0EA
Tints of Lavender Grey #B7B0EA
RGB
CMYK
RGB Variations
Color information
#B7B0EA (or 0xB7B0EA) is known color: Lavender Grey. HEX triplet: B7, B0 and EA. RGB value is (183,176,234). Sum of RGB (Red+Green+Blue) = 183+176+234=593 (78% of max value = 765). Red value is 183 (71.88% from 255 or 30.86% from 593); Green value is 176 (69.14% from 255 or 29.68% from 593); Blue value is 234 (91.80% from 255 or 39.46% from 593); Max value from RGB is 234 - color contains mainly: blue. Hex color #B7B0EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7B0EA is #484F15. Grayscale: #B8B8B8. Windows color (decimal): -4738838 or 15380663. OLE color: 15380663.
HSL color Cylindrical-coordinate representation of color #B7B0EA: hue angle of 247.24º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B7B0EA is Cyan = 0.22, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 183 | 176 | 234 | - |
| CMYK | 0.22 | 0.25 | 0 | 0.08 |
| HSL | 247.24º | 0.58% | 0.8% | - |
| HSV(B) | 247.24º | 0.25% | 0.92% | - |
| XYZ | 49.91 | 47.06 | 84.29 | - |
| YUV | 184.71 | 155.82 | 126.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 176 | 234 | 0.22 | 0.25 | 0 | 0.08 | 247.24 | 0.58 | 0.8 |
| Hex | B7 | B0 | EA | 16 | 19 | 0 | 8 | F7 | 3A | 50 |
| Octal | 267 | 260 | 352 | 26 | 31 | 0 | 10 | 367 | 72 | 120 |
| Binary | 10110111 | 10110000 | 11101010 | 10110 | 11001 | 0 | 1000 | 11110111 | 111010 | 1010000 |
Color Harmonies of #B7B0EA
Complementary color
Monochromatic Colors of #B7B0EA
Black with #B7B0EA
Text Example
Text Example
White with #B7B0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B0EA; }
p { color: rgb(183,176,234); }
H1.HeaderClassName
{
color: #B7B0EA;
}
.AnyTagClassName
{
color: #B7B0EA;
}
</style>
background-color css
<style>
a { background-color: #B7B0EA; }
a { background-color: rgb(183,176,234); }
div.DivClassName
{
background-color: #B7B0EA;
}
.BgClassName
{
background-color: #B7B0EA;
}
</style>
border-color css
<style>
span { border-color: #B7B0EA; }
span { border-color: rgb(183,176,234); }
td.TdClassName
{
border-color: #B7B0EA;
}
.TagClassName
{
border-color: #B7B0EA;
}
</style>