Shades of Lavender Grey #B3B2E2
Tints of Lavender Grey #B3B2E2
RGB
CMYK
RGB Variations
Color information
#B3B2E2 (or 0xB3B2E2) is known color: Lavender Grey. HEX triplet: B3, B2 and E2. RGB value is (179,178,226). Sum of RGB (Red+Green+Blue) = 179+178+226=583 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.70% from 583); Green value is 178 (69.92% from 255 or 30.53% from 583); Blue value is 226 (88.67% from 255 or 38.77% from 583); Max value from RGB is 226 - color contains mainly: blue. Hex color #B3B2E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3B2E2 is #4C4D1D. Grayscale: #B7B7B7. Windows color (decimal): -5000478 or 14856883. OLE color: 14856883.
HSL color Cylindrical-coordinate representation of color #B3B2E2: hue angle of 241.25º degrees, saturation: 0.45, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B3B2E2 is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 179 | 178 | 226 | - |
| CMYK | 0.21 | 0.21 | 0 | 0.11 |
| HSL | 241.25º | 0.45% | 0.79% | - |
| HSV(B) | 241.25º | 0.21% | 0.89% | - |
| XYZ | 48.24 | 46.92 | 78.46 | - |
| YUV | 183.77 | 151.83 | 124.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 178 | 226 | 0.21 | 0.21 | 0 | 0.11 | 241.25 | 0.45 | 0.79 |
| Hex | B3 | B2 | E2 | 15 | 15 | 0 | B | F1 | 2D | 4F |
| Octal | 263 | 262 | 342 | 25 | 25 | 0 | 13 | 361 | 55 | 117 |
| Binary | 10110011 | 10110010 | 11100010 | 10101 | 10101 | 0 | 1011 | 11110001 | 101101 | 1001111 |
Color Harmonies of #B3B2E2
Complementary color
Monochromatic Colors of #B3B2E2
Black with #B3B2E2
Text Example
Text Example
White with #B3B2E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3B2E2; }
p { color: rgb(179,178,226); }
H1.HeaderClassName
{
color: #B3B2E2;
}
.AnyTagClassName
{
color: #B3B2E2;
}
</style>
background-color css
<style>
a { background-color: #B3B2E2; }
a { background-color: rgb(179,178,226); }
div.DivClassName
{
background-color: #B3B2E2;
}
.BgClassName
{
background-color: #B3B2E2;
}
</style>
border-color css
<style>
span { border-color: #B3B2E2; }
span { border-color: rgb(179,178,226); }
td.TdClassName
{
border-color: #B3B2E2;
}
.TagClassName
{
border-color: #B3B2E2;
}
</style>