Shades of Lavender Grey #B8B8D1
Tints of Lavender Grey #B8B8D1
RGB
CMYK
RGB Variations
Color information
#B8B8D1 (or 0xB8B8D1) is known color: Lavender Grey. HEX triplet: B8, B8 and D1. RGB value is (184,184,209). Sum of RGB (Red+Green+Blue) = 184+184+209=577 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.89% from 577); Green value is 184 (72.27% from 255 or 31.89% from 577); Blue value is 209 (82.03% from 255 or 36.22% from 577); Max value from RGB is 209 - color contains mainly: blue. Hex color #B8B8D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8B8D1 is #47472E. Grayscale: #BABABA. Windows color (decimal): -4671279 or 13744312. OLE color: 13744312.
HSL color Cylindrical-coordinate representation of color #B8B8D1: hue angle of 240º degrees, saturation: 0.21, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B8B8D1 is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 184 | 184 | 209 | - |
CMYK | 0.12 | 0.12 | 0 | 0.18 |
HSL | 240º | 0.21% | 0.77% | - |
HSV(B) | 240º | 0.12% | 0.82% | - |
XYZ | 48.42 | 49.07 | 67.24 | - |
YUV | 186.85 | 140.5 | 125.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 184 | 184 | 209 | 0.12 | 0.12 | 0 | 0.18 | 240 | 0.21 | 0.77 |
Hex | B8 | B8 | D1 | C | C | 0 | 12 | F0 | 15 | 4D |
Octal | 270 | 270 | 321 | 14 | 14 | 0 | 22 | 360 | 25 | 115 |
Binary | 10111000 | 10111000 | 11010001 | 1100 | 1100 | 0 | 10010 | 11110000 | 10101 | 1001101 |
Color Harmonies of #B8B8D1
Complementary color
Monochromatic Colors of #B8B8D1
Black with #B8B8D1
Text Example
Text Example
White with #B8B8D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B8D1; }
p { color: rgb(184,184,209); }
H1.HeaderClassName
{
color: #B8B8D1;
}
.AnyTagClassName
{
color: #B8B8D1;
}
</style>
background-color css
<style>
a { background-color: #B8B8D1; }
a { background-color: rgb(184,184,209); }
div.DivClassName
{
background-color: #B8B8D1;
}
.BgClassName
{
background-color: #B8B8D1;
}
</style>
border-color css
<style>
span { border-color: #B8B8D1; }
span { border-color: rgb(184,184,209); }
td.TdClassName
{
border-color: #B8B8D1;
}
.TagClassName
{
border-color: #B8B8D1;
}
</style>