Shades of Lavender Grey #B0A8DF
Tints of Lavender Grey #B0A8DF
RGB
CMYK
RGB Variations
Color information
#B0A8DF (or 0xB0A8DF) is known color: Lavender Grey. HEX triplet: B0, A8 and DF. RGB value is (176,168,223). Sum of RGB (Red+Green+Blue) = 176+168+223=567 (75% of max value = 765). Red value is 176 (69.14% from 255 or 31.04% from 567); Green value is 168 (66.02% from 255 or 29.63% from 567); Blue value is 223 (87.5% from 255 or 39.33% from 567); Max value from RGB is 223 - color contains mainly: blue. Hex color #B0A8DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0A8DF is #4F5720. Grayscale: #B0B0B0. Windows color (decimal): -5199649 or 14657712. OLE color: 14657712.
HSL color Cylindrical-coordinate representation of color #B0A8DF: hue angle of 248.73º 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 #B0A8DF is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 176 | 168 | 223 | - |
CMYK | 0.21 | 0.25 | 0 | 0.13 |
HSL | 248.73º | 0.46% | 0.77% | - |
HSV(B) | 248.73º | 0.25% | 0.87% | - |
XYZ | 45.23 | 42.56 | 75.64 | - |
YUV | 176.66 | 154.15 | 127.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 176 | 168 | 223 | 0.21 | 0.25 | 0 | 0.13 | 248.73 | 0.46 | 0.77 |
Hex | B0 | A8 | DF | 15 | 19 | 0 | D | F9 | 2E | 4D |
Octal | 260 | 250 | 337 | 25 | 31 | 0 | 15 | 371 | 56 | 115 |
Binary | 10110000 | 10101000 | 11011111 | 10101 | 11001 | 0 | 1101 | 11111001 | 101110 | 1001101 |
Color Harmonies of #B0A8DF
Complementary color
Monochromatic Colors of #B0A8DF
Black with #B0A8DF
Text Example
Text Example
White with #B0A8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A8DF; }
p { color: rgb(176,168,223); }
H1.HeaderClassName
{
color: #B0A8DF;
}
.AnyTagClassName
{
color: #B0A8DF;
}
</style>
background-color css
<style>
a { background-color: #B0A8DF; }
a { background-color: rgb(176,168,223); }
div.DivClassName
{
background-color: #B0A8DF;
}
.BgClassName
{
background-color: #B0A8DF;
}
</style>
border-color css
<style>
span { border-color: #B0A8DF; }
span { border-color: rgb(176,168,223); }
td.TdClassName
{
border-color: #B0A8DF;
}
.TagClassName
{
border-color: #B0A8DF;
}
</style>