Shades of Lavender Grey #B5B3DC
Tints of Lavender Grey #B5B3DC
RGB
CMYK
RGB Variations
Color information
#B5B3DC (or 0xB5B3DC) is known color: Lavender Grey. HEX triplet: B5, B3 and DC. RGB value is (181,179,220). Sum of RGB (Red+Green+Blue) = 181+179+220=580 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.21% from 580); Green value is 179 (70.31% from 255 or 30.86% from 580); Blue value is 220 (86.33% from 255 or 37.93% from 580); Max value from RGB is 220 - color contains mainly: blue. Hex color #B5B3DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5B3DC is #4A4C23. Grayscale: #B8B8B8. Windows color (decimal): -4869156 or 14463925. OLE color: 14463925.
HSL color Cylindrical-coordinate representation of color #B5B3DC: hue angle of 242.93º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B5B3DC is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 179 | 220 | - |
| CMYK | 0.18 | 0.19 | 0 | 0.14 |
| HSL | 242.93º | 0.37% | 0.78% | - |
| HSV(B) | 242.93º | 0.19% | 0.86% | - |
| XYZ | 48.09 | 47.23 | 74.29 | - |
| YUV | 184.27 | 148.16 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 179 | 220 | 0.18 | 0.19 | 0 | 0.14 | 242.93 | 0.37 | 0.78 |
| Hex | B5 | B3 | DC | 12 | 13 | 0 | E | F3 | 25 | 4E |
| Octal | 265 | 263 | 334 | 22 | 23 | 0 | 16 | 363 | 45 | 116 |
| Binary | 10110101 | 10110011 | 11011100 | 10010 | 10011 | 0 | 1110 | 11110011 | 100101 | 1001110 |
Color Harmonies of #B5B3DC
Complementary color
Monochromatic Colors of #B5B3DC
Black with #B5B3DC
Text Example
Text Example
White with #B5B3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B3DC; }
p { color: rgb(181,179,220); }
H1.HeaderClassName
{
color: #B5B3DC;
}
.AnyTagClassName
{
color: #B5B3DC;
}
</style>
background-color css
<style>
a { background-color: #B5B3DC; }
a { background-color: rgb(181,179,220); }
div.DivClassName
{
background-color: #B5B3DC;
}
.BgClassName
{
background-color: #B5B3DC;
}
</style>
border-color css
<style>
span { border-color: #B5B3DC; }
span { border-color: rgb(181,179,220); }
td.TdClassName
{
border-color: #B5B3DC;
}
.TagClassName
{
border-color: #B5B3DC;
}
</style>