Shades of Lavender Grey #B8B2DF
Tints of Lavender Grey #B8B2DF
RGB
CMYK
RGB Variations
Color information
#B8B2DF (or 0xB8B2DF) is known color: Lavender Grey. HEX triplet: B8, B2 and DF. RGB value is (184,178,223). Sum of RGB (Red+Green+Blue) = 184+178+223=585 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.45% from 585); Green value is 178 (69.92% from 255 or 30.43% from 585); Blue value is 223 (87.5% from 255 or 38.12% from 585); Max value from RGB is 223 - color contains mainly: blue. Hex color #B8B2DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8B2DF is #474D20. Grayscale: #B8B8B8. Windows color (decimal): -4672801 or 14660280. OLE color: 14660280.
HSL color Cylindrical-coordinate representation of color #B8B2DF: hue angle of 248º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B8B2DF is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 178 | 223 | - |
| CMYK | 0.17 | 0.20 | 0 | 0.13 |
| HSL | 248º | 0.41% | 0.79% | - |
| HSV(B) | 248º | 0.2% | 0.87% | - |
| XYZ | 49.01 | 47.36 | 76.37 | - |
| YUV | 184.92 | 149.49 | 127.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 178 | 223 | 0.17 | 0.20 | 0 | 0.13 | 248 | 0.41 | 0.79 |
| Hex | B8 | B2 | DF | 11 | 14 | 0 | D | F8 | 29 | 4F |
| Octal | 270 | 262 | 337 | 21 | 24 | 0 | 15 | 370 | 51 | 117 |
| Binary | 10111000 | 10110010 | 11011111 | 10001 | 10100 | 0 | 1101 | 11111000 | 101001 | 1001111 |
Color Harmonies of #B8B2DF
Complementary color
Monochromatic Colors of #B8B2DF
Black with #B8B2DF
Text Example
Text Example
White with #B8B2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B2DF; }
p { color: rgb(184,178,223); }
H1.HeaderClassName
{
color: #B8B2DF;
}
.AnyTagClassName
{
color: #B8B2DF;
}
</style>
background-color css
<style>
a { background-color: #B8B2DF; }
a { background-color: rgb(184,178,223); }
div.DivClassName
{
background-color: #B8B2DF;
}
.BgClassName
{
background-color: #B8B2DF;
}
</style>
border-color css
<style>
span { border-color: #B8B2DF; }
span { border-color: rgb(184,178,223); }
td.TdClassName
{
border-color: #B8B2DF;
}
.TagClassName
{
border-color: #B8B2DF;
}
</style>