Shades of Lavender Grey #B3B1E0
Tints of Lavender Grey #B3B1E0
RGB
CMYK
RGB Variations
Color information
#B3B1E0 (or 0xB3B1E0) is known color: Lavender Grey. HEX triplet: B3, B1 and E0. RGB value is (179,177,224). Sum of RGB (Red+Green+Blue) = 179+177+224=580 (76% of max value = 765). Red value is 179 (70.31% from 255 or 30.86% from 580); Green value is 177 (69.53% from 255 or 30.52% from 580); Blue value is 224 (87.89% from 255 or 38.62% from 580); Max value from RGB is 224 - color contains mainly: blue. Hex color #B3B1E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3B1E0 is #4C4E1F. Grayscale: #B6B6B6. Windows color (decimal): -5000736 or 14725555. OLE color: 14725555.
HSL color Cylindrical-coordinate representation of color #B3B1E0: hue angle of 242.55º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B3B1E0 is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 179 | 177 | 224 | - |
| CMYK | 0.20 | 0.21 | 0 | 0.12 |
| HSL | 242.55º | 0.43% | 0.79% | - |
| HSV(B) | 242.55º | 0.21% | 0.88% | - |
| XYZ | 47.77 | 46.41 | 76.96 | - |
| YUV | 182.96 | 151.16 | 125.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 177 | 224 | 0.20 | 0.21 | 0 | 0.12 | 242.55 | 0.43 | 0.79 |
| Hex | B3 | B1 | E0 | 14 | 15 | 0 | C | F3 | 2B | 4F |
| Octal | 263 | 261 | 340 | 24 | 25 | 0 | 14 | 363 | 53 | 117 |
| Binary | 10110011 | 10110001 | 11100000 | 10100 | 10101 | 0 | 1100 | 11110011 | 101011 | 1001111 |
Color Harmonies of #B3B1E0
Complementary color
Monochromatic Colors of #B3B1E0
Black with #B3B1E0
Text Example
Text Example
White with #B3B1E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3B1E0; }
p { color: rgb(179,177,224); }
H1.HeaderClassName
{
color: #B3B1E0;
}
.AnyTagClassName
{
color: #B3B1E0;
}
</style>
background-color css
<style>
a { background-color: #B3B1E0; }
a { background-color: rgb(179,177,224); }
div.DivClassName
{
background-color: #B3B1E0;
}
.BgClassName
{
background-color: #B3B1E0;
}
</style>
border-color css
<style>
span { border-color: #B3B1E0; }
span { border-color: rgb(179,177,224); }
td.TdClassName
{
border-color: #B3B1E0;
}
.TagClassName
{
border-color: #B3B1E0;
}
</style>