Shades of Lavender Grey #B2B0E5
Tints of Lavender Grey #B2B0E5
RGB
CMYK
RGB Variations
Color information
#B2B0E5 (or 0xB2B0E5) is known color: Lavender Grey. HEX triplet: B2, B0 and E5. RGB value is (178,176,229). Sum of RGB (Red+Green+Blue) = 178+176+229=583 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.53% from 583); Green value is 176 (69.14% from 255 or 30.19% from 583); Blue value is 229 (89.84% from 255 or 39.28% from 583); Max value from RGB is 229 - color contains mainly: blue. Hex color #B2B0E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2B0E5 is #4D4F1A. Grayscale: #B6B6B6. Windows color (decimal): -5066523 or 15052978. OLE color: 15052978.
HSL color Cylindrical-coordinate representation of color #B2B0E5: hue angle of 242.26º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B2B0E5 is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 178 | 176 | 229 | - |
| CMYK | 0.22 | 0.23 | 0 | 0.10 |
| HSL | 242.26º | 0.5% | 0.79% | - |
| HSV(B) | 242.26º | 0.23% | 0.9% | - |
| XYZ | 48.03 | 46.17 | 80.51 | - |
| YUV | 182.64 | 154.16 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 176 | 229 | 0.22 | 0.23 | 0 | 0.10 | 242.26 | 0.5 | 0.79 |
| Hex | B2 | B0 | E5 | 16 | 17 | 0 | A | F2 | 32 | 4F |
| Octal | 262 | 260 | 345 | 26 | 27 | 0 | 12 | 362 | 62 | 117 |
| Binary | 10110010 | 10110000 | 11100101 | 10110 | 10111 | 0 | 1010 | 11110010 | 110010 | 1001111 |
Color Harmonies of #B2B0E5
Complementary color
Monochromatic Colors of #B2B0E5
Black with #B2B0E5
Text Example
Text Example
White with #B2B0E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B0E5; }
p { color: rgb(178,176,229); }
H1.HeaderClassName
{
color: #B2B0E5;
}
.AnyTagClassName
{
color: #B2B0E5;
}
</style>
background-color css
<style>
a { background-color: #B2B0E5; }
a { background-color: rgb(178,176,229); }
div.DivClassName
{
background-color: #B2B0E5;
}
.BgClassName
{
background-color: #B2B0E5;
}
</style>
border-color css
<style>
span { border-color: #B2B0E5; }
span { border-color: rgb(178,176,229); }
td.TdClassName
{
border-color: #B2B0E5;
}
.TagClassName
{
border-color: #B2B0E5;
}
</style>