Shades of Lavender Grey #B8B4D6
Tints of Lavender Grey #B8B4D6
RGB
CMYK
RGB Variations
Color information
#B8B4D6 (or 0xB8B4D6) is known color: Lavender Grey. HEX triplet: B8, B4 and D6. RGB value is (184,180,214). Sum of RGB (Red+Green+Blue) = 184+180+214=578 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.83% from 578); Green value is 180 (70.70% from 255 or 31.14% from 578); Blue value is 214 (83.98% from 255 or 37.02% from 578); Max value from RGB is 214 - color contains mainly: blue. Hex color #B8B4D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8B4D6 is #474B29. Grayscale: #B8B8B8. Windows color (decimal): -4672298 or 14070968. OLE color: 14070968.
HSL color Cylindrical-coordinate representation of color #B8B4D6: hue angle of 247.06º degrees, saturation: 0.29, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B8B4D6 is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 184 | 180 | 214 | - |
| CMYK | 0.14 | 0.16 | 0 | 0.16 |
| HSL | 247.06º | 0.29% | 0.77% | - |
| HSV(B) | 247.06º | 0.16% | 0.84% | - |
| XYZ | 48.23 | 47.69 | 70.28 | - |
| YUV | 185.07 | 144.33 | 127.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 180 | 214 | 0.14 | 0.16 | 0 | 0.16 | 247.06 | 0.29 | 0.77 |
| Hex | B8 | B4 | D6 | E | 10 | 0 | 10 | F7 | 1D | 4D |
| Octal | 270 | 264 | 326 | 16 | 20 | 0 | 20 | 367 | 35 | 115 |
| Binary | 10111000 | 10110100 | 11010110 | 1110 | 10000 | 0 | 10000 | 11110111 | 11101 | 1001101 |
Color Harmonies of #B8B4D6
Complementary color
Monochromatic Colors of #B8B4D6
Black with #B8B4D6
Text Example
Text Example
White with #B8B4D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B4D6; }
p { color: rgb(184,180,214); }
H1.HeaderClassName
{
color: #B8B4D6;
}
.AnyTagClassName
{
color: #B8B4D6;
}
</style>
background-color css
<style>
a { background-color: #B8B4D6; }
a { background-color: rgb(184,180,214); }
div.DivClassName
{
background-color: #B8B4D6;
}
.BgClassName
{
background-color: #B8B4D6;
}
</style>
border-color css
<style>
span { border-color: #B8B4D6; }
span { border-color: rgb(184,180,214); }
td.TdClassName
{
border-color: #B8B4D6;
}
.TagClassName
{
border-color: #B8B4D6;
}
</style>