Shades of Lavender Grey #B1B4DB
Tints of Lavender Grey #B1B4DB
RGB
CMYK
RGB Variations
Color information
#B1B4DB (or 0xB1B4DB) is known color: Lavender Grey. HEX triplet: B1, B4 and DB. RGB value is (177,180,219). Sum of RGB (Red+Green+Blue) = 177+180+219=576 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.73% from 576); Green value is 180 (70.70% from 255 or 31.25% from 576); Blue value is 219 (85.94% from 255 or 38.02% from 576); Max value from RGB is 219 - color contains mainly: blue. Hex color #B1B4DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1B4DB is #4E4B24. Grayscale: #B7B7B7. Windows color (decimal): -5131045 or 14398641. OLE color: 14398641.
HSL color Cylindrical-coordinate representation of color #B1B4DB: hue angle of 235.71º 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 #B1B4DB is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 180 | 219 | - |
| CMYK | 0.19 | 0.18 | 0 | 0.14 |
| HSL | 235.71º | 0.37% | 0.78% | - |
| HSV(B) | 235.71º | 0.19% | 0.86% | - |
| XYZ | 47.24 | 47.1 | 73.62 | - |
| YUV | 183.55 | 148.01 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 180 | 219 | 0.19 | 0.18 | 0 | 0.14 | 235.71 | 0.37 | 0.78 |
| Hex | B1 | B4 | DB | 13 | 12 | 0 | E | EC | 25 | 4E |
| Octal | 261 | 264 | 333 | 23 | 22 | 0 | 16 | 354 | 45 | 116 |
| Binary | 10110001 | 10110100 | 11011011 | 10011 | 10010 | 0 | 1110 | 11101100 | 100101 | 1001110 |
Color Harmonies of #B1B4DB
Complementary color
Monochromatic Colors of #B1B4DB
Black with #B1B4DB
Text Example
Text Example
White with #B1B4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B4DB; }
p { color: rgb(177,180,219); }
H1.HeaderClassName
{
color: #B1B4DB;
}
.AnyTagClassName
{
color: #B1B4DB;
}
</style>
background-color css
<style>
a { background-color: #B1B4DB; }
a { background-color: rgb(177,180,219); }
div.DivClassName
{
background-color: #B1B4DB;
}
.BgClassName
{
background-color: #B1B4DB;
}
</style>
border-color css
<style>
span { border-color: #B1B4DB; }
span { border-color: rgb(177,180,219); }
td.TdClassName
{
border-color: #B1B4DB;
}
.TagClassName
{
border-color: #B1B4DB;
}
</style>