Shades of Lavender Grey #B7B2EA
Tints of Lavender Grey #B7B2EA
RGB
CMYK
RGB Variations
Color information
#B7B2EA (or 0xB7B2EA) is known color: Lavender Grey. HEX triplet: B7, B2 and EA. RGB value is (183,178,234). Sum of RGB (Red+Green+Blue) = 183+178+234=595 (78% of max value = 765). Red value is 183 (71.88% from 255 or 30.76% from 595); Green value is 178 (69.92% from 255 or 29.92% from 595); Blue value is 234 (91.80% from 255 or 39.33% from 595); Max value from RGB is 234 - color contains mainly: blue. Hex color #B7B2EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7B2EA is #484D15. Grayscale: #B9B9B9. Windows color (decimal): -4738326 or 15381175. OLE color: 15381175.
HSL color Cylindrical-coordinate representation of color #B7B2EA: hue angle of 245.36º degrees, saturation: 0.57, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B7B2EA is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 183 | 178 | 234 | - |
| CMYK | 0.22 | 0.24 | 0 | 0.08 |
| HSL | 245.36º | 0.57% | 0.81% | - |
| HSV(B) | 245.36º | 0.24% | 0.92% | - |
| XYZ | 50.3 | 47.85 | 84.43 | - |
| YUV | 185.88 | 155.16 | 125.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 178 | 234 | 0.22 | 0.24 | 0 | 0.08 | 245.36 | 0.57 | 0.81 |
| Hex | B7 | B2 | EA | 16 | 18 | 0 | 8 | F5 | 39 | 51 |
| Octal | 267 | 262 | 352 | 26 | 30 | 0 | 10 | 365 | 71 | 121 |
| Binary | 10110111 | 10110010 | 11101010 | 10110 | 11000 | 0 | 1000 | 11110101 | 111001 | 1010001 |
Color Harmonies of #B7B2EA
Complementary color
Monochromatic Colors of #B7B2EA
Black with #B7B2EA
Text Example
Text Example
White with #B7B2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B2EA; }
p { color: rgb(183,178,234); }
H1.HeaderClassName
{
color: #B7B2EA;
}
.AnyTagClassName
{
color: #B7B2EA;
}
</style>
background-color css
<style>
a { background-color: #B7B2EA; }
a { background-color: rgb(183,178,234); }
div.DivClassName
{
background-color: #B7B2EA;
}
.BgClassName
{
background-color: #B7B2EA;
}
</style>
border-color css
<style>
span { border-color: #B7B2EA; }
span { border-color: rgb(183,178,234); }
td.TdClassName
{
border-color: #B7B2EA;
}
.TagClassName
{
border-color: #B7B2EA;
}
</style>