Shades of Lavender Grey #B3B1DC
Tints of Lavender Grey #B3B1DC
RGB
CMYK
RGB Variations
Color information
#B3B1DC (or 0xB3B1DC) is known color: Lavender Grey. HEX triplet: B3, B1 and DC. RGB value is (179,177,220). Sum of RGB (Red+Green+Blue) = 179+177+220=576 (76% of max value = 765). Red value is 179 (70.31% from 255 or 31.08% from 576); Green value is 177 (69.53% from 255 or 30.73% from 576); Blue value is 220 (86.33% from 255 or 38.19% from 576); Max value from RGB is 220 - color contains mainly: blue. Hex color #B3B1DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3B1DC is #4C4E23. Grayscale: #B6B6B6. Windows color (decimal): -5000740 or 14463411. OLE color: 14463411.
HSL color Cylindrical-coordinate representation of color #B3B1DC: hue angle of 242.79º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B3B1DC is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 179 | 177 | 220 | - |
| CMYK | 0.19 | 0.20 | 0 | 0.14 |
| HSL | 242.79º | 0.38% | 0.78% | - |
| HSV(B) | 242.79º | 0.2% | 0.86% | - |
| XYZ | 47.23 | 46.2 | 74.14 | - |
| YUV | 182.5 | 149.16 | 125.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 177 | 220 | 0.19 | 0.20 | 0 | 0.14 | 242.79 | 0.38 | 0.78 |
| Hex | B3 | B1 | DC | 13 | 14 | 0 | E | F3 | 26 | 4E |
| Octal | 263 | 261 | 334 | 23 | 24 | 0 | 16 | 363 | 46 | 116 |
| Binary | 10110011 | 10110001 | 11011100 | 10011 | 10100 | 0 | 1110 | 11110011 | 100110 | 1001110 |
Color Harmonies of #B3B1DC
Complementary color
Monochromatic Colors of #B3B1DC
Black with #B3B1DC
Text Example
Text Example
White with #B3B1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3B1DC; }
p { color: rgb(179,177,220); }
H1.HeaderClassName
{
color: #B3B1DC;
}
.AnyTagClassName
{
color: #B3B1DC;
}
</style>
background-color css
<style>
a { background-color: #B3B1DC; }
a { background-color: rgb(179,177,220); }
div.DivClassName
{
background-color: #B3B1DC;
}
.BgClassName
{
background-color: #B3B1DC;
}
</style>
border-color css
<style>
span { border-color: #B3B1DC; }
span { border-color: rgb(179,177,220); }
td.TdClassName
{
border-color: #B3B1DC;
}
.TagClassName
{
border-color: #B3B1DC;
}
</style>