Shades of Lavender Grey #B2A8DF
Tints of Lavender Grey #B2A8DF
RGB
CMYK
RGB Variations
Color information
#B2A8DF (or 0xB2A8DF) is known color: Lavender Grey. HEX triplet: B2, A8 and DF. RGB value is (178,168,223). Sum of RGB (Red+Green+Blue) = 178+168+223=569 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.28% from 569); Green value is 168 (66.02% from 255 or 29.53% from 569); Blue value is 223 (87.5% from 255 or 39.19% from 569); Max value from RGB is 223 - color contains mainly: blue. Hex color #B2A8DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2A8DF is #4D5720. Grayscale: #B1B1B1. Windows color (decimal): -5068577 or 14657714. OLE color: 14657714.
HSL color Cylindrical-coordinate representation of color #B2A8DF: hue angle of 250.91º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B2A8DF is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 168 | 223 | - |
| CMYK | 0.20 | 0.25 | 0 | 0.13 |
| HSL | 250.91º | 0.46% | 0.77% | - |
| HSV(B) | 250.91º | 0.25% | 0.87% | - |
| XYZ | 45.68 | 42.8 | 75.67 | - |
| YUV | 177.26 | 153.81 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 168 | 223 | 0.20 | 0.25 | 0 | 0.13 | 250.91 | 0.46 | 0.77 |
| Hex | B2 | A8 | DF | 14 | 19 | 0 | D | FB | 2E | 4D |
| Octal | 262 | 250 | 337 | 24 | 31 | 0 | 15 | 373 | 56 | 115 |
| Binary | 10110010 | 10101000 | 11011111 | 10100 | 11001 | 0 | 1101 | 11111011 | 101110 | 1001101 |
Color Harmonies of #B2A8DF
Complementary color
Monochromatic Colors of #B2A8DF
Black with #B2A8DF
Text Example
Text Example
White with #B2A8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A8DF; }
p { color: rgb(178,168,223); }
H1.HeaderClassName
{
color: #B2A8DF;
}
.AnyTagClassName
{
color: #B2A8DF;
}
</style>
background-color css
<style>
a { background-color: #B2A8DF; }
a { background-color: rgb(178,168,223); }
div.DivClassName
{
background-color: #B2A8DF;
}
.BgClassName
{
background-color: #B2A8DF;
}
</style>
border-color css
<style>
span { border-color: #B2A8DF; }
span { border-color: rgb(178,168,223); }
td.TdClassName
{
border-color: #B2A8DF;
}
.TagClassName
{
border-color: #B2A8DF;
}
</style>