Shades of Lavender Grey #B2B0E7
Tints of Lavender Grey #B2B0E7
RGB
CMYK
RGB Variations
Color information
#B2B0E7 (or 0xB2B0E7) is known color: Lavender Grey. HEX triplet: B2, B0 and E7. RGB value is (178,176,231). Sum of RGB (Red+Green+Blue) = 178+176+231=585 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.43% from 585); Green value is 176 (69.14% from 255 or 30.09% from 585); Blue value is 231 (90.62% from 255 or 39.49% from 585); Max value from RGB is 231 - color contains mainly: blue. Hex color #B2B0E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2B0E7 is #4D4F18. Grayscale: #B6B6B6. Windows color (decimal): -5066521 or 15184050. OLE color: 15184050.
HSL color Cylindrical-coordinate representation of color #B2B0E7: hue angle of 242.18º degrees, saturation: 0.53, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B2B0E7 is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 178 | 176 | 231 | - |
| CMYK | 0.23 | 0.24 | 0 | 0.09 |
| HSL | 242.18º | 0.53% | 0.8% | - |
| HSV(B) | 242.18º | 0.24% | 0.91% | - |
| XYZ | 48.31 | 46.29 | 81.99 | - |
| YUV | 182.87 | 155.16 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 176 | 231 | 0.23 | 0.24 | 0 | 0.09 | 242.18 | 0.53 | 0.8 |
| Hex | B2 | B0 | E7 | 17 | 18 | 0 | 9 | F2 | 35 | 50 |
| Octal | 262 | 260 | 347 | 27 | 30 | 0 | 11 | 362 | 65 | 120 |
| Binary | 10110010 | 10110000 | 11100111 | 10111 | 11000 | 0 | 1001 | 11110010 | 110101 | 1010000 |
Color Harmonies of #B2B0E7
Complementary color
Monochromatic Colors of #B2B0E7
Black with #B2B0E7
Text Example
Text Example
White with #B2B0E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B0E7; }
p { color: rgb(178,176,231); }
H1.HeaderClassName
{
color: #B2B0E7;
}
.AnyTagClassName
{
color: #B2B0E7;
}
</style>
background-color css
<style>
a { background-color: #B2B0E7; }
a { background-color: rgb(178,176,231); }
div.DivClassName
{
background-color: #B2B0E7;
}
.BgClassName
{
background-color: #B2B0E7;
}
</style>
border-color css
<style>
span { border-color: #B2B0E7; }
span { border-color: rgb(178,176,231); }
td.TdClassName
{
border-color: #B2B0E7;
}
.TagClassName
{
border-color: #B2B0E7;
}
</style>