Shades of Lavender Grey #B4B0D6
Tints of Lavender Grey #B4B0D6
RGB
CMYK
RGB Variations
Color information
#B4B0D6 (or 0xB4B0D6) is known color: Lavender Grey. HEX triplet: B4, B0 and D6. RGB value is (180,176,214). Sum of RGB (Red+Green+Blue) = 180+176+214=570 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.58% from 570); Green value is 176 (69.14% from 255 or 30.88% from 570); Blue value is 214 (83.98% from 255 or 37.54% from 570); Max value from RGB is 214 - color contains mainly: blue. Hex color #B4B0D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4B0D6 is #4B4F29. Grayscale: #B5B5B5. Windows color (decimal): -4935466 or 14069940. OLE color: 14069940.
HSL color Cylindrical-coordinate representation of color #B4B0D6: hue angle of 246.32º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B4B0D6 is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 180 | 176 | 214 | - |
| CMYK | 0.16 | 0.18 | 0 | 0.16 |
| HSL | 246.32º | 0.32% | 0.76% | - |
| HSV(B) | 246.32º | 0.18% | 0.84% | - |
| XYZ | 46.49 | 45.61 | 69.97 | - |
| YUV | 181.53 | 146.33 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 176 | 214 | 0.16 | 0.18 | 0 | 0.16 | 246.32 | 0.32 | 0.76 |
| Hex | B4 | B0 | D6 | 10 | 12 | 0 | 10 | F6 | 20 | 4C |
| Octal | 264 | 260 | 326 | 20 | 22 | 0 | 20 | 366 | 40 | 114 |
| Binary | 10110100 | 10110000 | 11010110 | 10000 | 10010 | 0 | 10000 | 11110110 | 100000 | 1001100 |
Color Harmonies of #B4B0D6
Complementary color
Monochromatic Colors of #B4B0D6
Black with #B4B0D6
Text Example
Text Example
White with #B4B0D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B0D6; }
p { color: rgb(180,176,214); }
H1.HeaderClassName
{
color: #B4B0D6;
}
.AnyTagClassName
{
color: #B4B0D6;
}
</style>
background-color css
<style>
a { background-color: #B4B0D6; }
a { background-color: rgb(180,176,214); }
div.DivClassName
{
background-color: #B4B0D6;
}
.BgClassName
{
background-color: #B4B0D6;
}
</style>
border-color css
<style>
span { border-color: #B4B0D6; }
span { border-color: rgb(180,176,214); }
td.TdClassName
{
border-color: #B4B0D6;
}
.TagClassName
{
border-color: #B4B0D6;
}
</style>