Shades of Lavender Grey #B8BADD
Tints of Lavender Grey #B8BADD
RGB
CMYK
RGB Variations
Color information
#B8BADD (or 0xB8BADD) is known color: Lavender Grey. HEX triplet: B8, BA and DD. RGB value is (184,186,221). Sum of RGB (Red+Green+Blue) = 184+186+221=591 (78% of max value = 765). Red value is 184 (72.27% from 255 or 31.13% from 591); Green value is 186 (73.05% from 255 or 31.47% from 591); Blue value is 221 (86.72% from 255 or 37.39% from 591); Max value from RGB is 221 - color contains mainly: blue. Hex color #B8BADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8BADD is #474522. Grayscale: #BDBDBD. Windows color (decimal): -4670755 or 14531256. OLE color: 14531256.
HSL color Cylindrical-coordinate representation of color #B8BADD: hue angle of 236.76º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B8BADD is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 186 | 221 | - |
| CMYK | 0.17 | 0.16 | 0 | 0.13 |
| HSL | 236.76º | 0.35% | 0.79% | - |
| HSV(B) | 236.76º | 0.17% | 0.87% | - |
| XYZ | 50.38 | 50.53 | 75.5 | - |
| YUV | 189.39 | 145.84 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 186 | 221 | 0.17 | 0.16 | 0 | 0.13 | 236.76 | 0.35 | 0.79 |
| Hex | B8 | BA | DD | 11 | 10 | 0 | D | ED | 23 | 4F |
| Octal | 270 | 272 | 335 | 21 | 20 | 0 | 15 | 355 | 43 | 117 |
| Binary | 10111000 | 10111010 | 11011101 | 10001 | 10000 | 0 | 1101 | 11101101 | 100011 | 1001111 |
Color Harmonies of #B8BADD
Complementary color
Monochromatic Colors of #B8BADD
Black with #B8BADD
Text Example
Text Example
White with #B8BADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BADD; }
p { color: rgb(184,186,221); }
H1.HeaderClassName
{
color: #B8BADD;
}
.AnyTagClassName
{
color: #B8BADD;
}
</style>
background-color css
<style>
a { background-color: #B8BADD; }
a { background-color: rgb(184,186,221); }
div.DivClassName
{
background-color: #B8BADD;
}
.BgClassName
{
background-color: #B8BADD;
}
</style>
border-color css
<style>
span { border-color: #B8BADD; }
span { border-color: rgb(184,186,221); }
td.TdClassName
{
border-color: #B8BADD;
}
.TagClassName
{
border-color: #B8BADD;
}
</style>