Shades of Lavender Grey #B5B1D4
Tints of Lavender Grey #B5B1D4
RGB
CMYK
RGB Variations
Color information
#B5B1D4 (or 0xB5B1D4) is known color: Lavender Grey. HEX triplet: B5, B1 and D4. RGB value is (181,177,212). Sum of RGB (Red+Green+Blue) = 181+177+212=570 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.75% from 570); Green value is 177 (69.53% from 255 or 31.05% from 570); Blue value is 212 (83.20% from 255 or 37.19% from 570); Max value from RGB is 212 - color contains mainly: blue. Hex color #B5B1D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5B1D4 is #4A4E2B. Grayscale: #B6B6B6. Windows color (decimal): -4869676 or 13939125. OLE color: 13939125.
HSL color Cylindrical-coordinate representation of color #B5B1D4: hue angle of 246.86º degrees, saturation: 0.29, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B5B1D4 is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 181 | 177 | 212 | - |
| CMYK | 0.15 | 0.17 | 0 | 0.17 |
| HSL | 246.86º | 0.29% | 0.76% | - |
| HSV(B) | 246.86º | 0.17% | 0.83% | - |
| XYZ | 46.66 | 46.02 | 68.71 | - |
| YUV | 182.19 | 144.83 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 177 | 212 | 0.15 | 0.17 | 0 | 0.17 | 246.86 | 0.29 | 0.76 |
| Hex | B5 | B1 | D4 | F | 11 | 0 | 11 | F7 | 1D | 4C |
| Octal | 265 | 261 | 324 | 17 | 21 | 0 | 21 | 367 | 35 | 114 |
| Binary | 10110101 | 10110001 | 11010100 | 1111 | 10001 | 0 | 10001 | 11110111 | 11101 | 1001100 |
Color Harmonies of #B5B1D4
Complementary color
Monochromatic Colors of #B5B1D4
Black with #B5B1D4
Text Example
Text Example
White with #B5B1D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B1D4; }
p { color: rgb(181,177,212); }
H1.HeaderClassName
{
color: #B5B1D4;
}
.AnyTagClassName
{
color: #B5B1D4;
}
</style>
background-color css
<style>
a { background-color: #B5B1D4; }
a { background-color: rgb(181,177,212); }
div.DivClassName
{
background-color: #B5B1D4;
}
.BgClassName
{
background-color: #B5B1D4;
}
</style>
border-color css
<style>
span { border-color: #B5B1D4; }
span { border-color: rgb(181,177,212); }
td.TdClassName
{
border-color: #B5B1D4;
}
.TagClassName
{
border-color: #B5B1D4;
}
</style>