Shades of Lavender Grey #B2B0DF
Tints of Lavender Grey #B2B0DF
RGB
CMYK
RGB Variations
Color information
#B2B0DF (or 0xB2B0DF) is known color: Lavender Grey. HEX triplet: B2, B0 and DF. RGB value is (178,176,223). Sum of RGB (Red+Green+Blue) = 178+176+223=577 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.85% from 577); Green value is 176 (69.14% from 255 or 30.50% from 577); Blue value is 223 (87.5% from 255 or 38.65% from 577); Max value from RGB is 223 - color contains mainly: blue. Hex color #B2B0DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2B0DF is #4D4F20. Grayscale: #B5B5B5. Windows color (decimal): -5066529 or 14659762. OLE color: 14659762.
HSL color Cylindrical-coordinate representation of color #B2B0DF: hue angle of 242.55º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B2B0DF is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 176 | 223 | - |
| CMYK | 0.20 | 0.21 | 0 | 0.13 |
| HSL | 242.55º | 0.42% | 0.78% | - |
| HSV(B) | 242.55º | 0.21% | 0.87% | - |
| XYZ | 47.2 | 45.84 | 76.17 | - |
| YUV | 181.96 | 151.16 | 125.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 176 | 223 | 0.20 | 0.21 | 0 | 0.13 | 242.55 | 0.42 | 0.78 |
| Hex | B2 | B0 | DF | 14 | 15 | 0 | D | F3 | 2A | 4E |
| Octal | 262 | 260 | 337 | 24 | 25 | 0 | 15 | 363 | 52 | 116 |
| Binary | 10110010 | 10110000 | 11011111 | 10100 | 10101 | 0 | 1101 | 11110011 | 101010 | 1001110 |
Color Harmonies of #B2B0DF
Complementary color
Monochromatic Colors of #B2B0DF
Black with #B2B0DF
Text Example
Text Example
White with #B2B0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B0DF; }
p { color: rgb(178,176,223); }
H1.HeaderClassName
{
color: #B2B0DF;
}
.AnyTagClassName
{
color: #B2B0DF;
}
</style>
background-color css
<style>
a { background-color: #B2B0DF; }
a { background-color: rgb(178,176,223); }
div.DivClassName
{
background-color: #B2B0DF;
}
.BgClassName
{
background-color: #B2B0DF;
}
</style>
border-color css
<style>
span { border-color: #B2B0DF; }
span { border-color: rgb(178,176,223); }
td.TdClassName
{
border-color: #B2B0DF;
}
.TagClassName
{
border-color: #B2B0DF;
}
</style>