Shades of Lavender Grey #B2B0D4
Tints of Lavender Grey #B2B0D4
RGB
CMYK
RGB Variations
Color information
#B2B0D4 (or 0xB2B0D4) is known color: Lavender Grey. HEX triplet: B2, B0 and D4. RGB value is (178,176,212). Sum of RGB (Red+Green+Blue) = 178+176+212=566 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.45% from 566); Green value is 176 (69.14% from 255 or 31.10% from 566); Blue value is 212 (83.20% from 255 or 37.46% from 566); Max value from RGB is 212 - color contains mainly: blue. Hex color #B2B0D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2B0D4 is #4D4F2B. Grayscale: #B4B4B4. Windows color (decimal): -5066540 or 13938866. OLE color: 13938866.
HSL color Cylindrical-coordinate representation of color #B2B0D4: hue angle of 243.33º degrees, saturation: 0.3, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B2B0D4 is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 178 | 176 | 212 | - |
| CMYK | 0.16 | 0.17 | 0 | 0.17 |
| HSL | 243.33º | 0.3% | 0.76% | - |
| HSV(B) | 243.33º | 0.17% | 0.83% | - |
| XYZ | 45.77 | 45.27 | 68.61 | - |
| YUV | 180.7 | 145.66 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 176 | 212 | 0.16 | 0.17 | 0 | 0.17 | 243.33 | 0.3 | 0.76 |
| Hex | B2 | B0 | D4 | 10 | 11 | 0 | 11 | F3 | 1E | 4C |
| Octal | 262 | 260 | 324 | 20 | 21 | 0 | 21 | 363 | 36 | 114 |
| Binary | 10110010 | 10110000 | 11010100 | 10000 | 10001 | 0 | 10001 | 11110011 | 11110 | 1001100 |
Color Harmonies of #B2B0D4
Complementary color
Monochromatic Colors of #B2B0D4
Black with #B2B0D4
Text Example
Text Example
White with #B2B0D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B0D4; }
p { color: rgb(178,176,212); }
H1.HeaderClassName
{
color: #B2B0D4;
}
.AnyTagClassName
{
color: #B2B0D4;
}
</style>
background-color css
<style>
a { background-color: #B2B0D4; }
a { background-color: rgb(178,176,212); }
div.DivClassName
{
background-color: #B2B0D4;
}
.BgClassName
{
background-color: #B2B0D4;
}
</style>
border-color css
<style>
span { border-color: #B2B0D4; }
span { border-color: rgb(178,176,212); }
td.TdClassName
{
border-color: #B2B0D4;
}
.TagClassName
{
border-color: #B2B0D4;
}
</style>