Shades of Lavender Grey #B2ADD6
Tints of Lavender Grey #B2ADD6
RGB
CMYK
RGB Variations
Color information
#B2ADD6 (or 0xB2ADD6) is known color: Lavender Grey. HEX triplet: B2, AD and D6. RGB value is (178,173,214). Sum of RGB (Red+Green+Blue) = 178+173+214=565 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.50% from 565); Green value is 173 (67.97% from 255 or 30.62% from 565); Blue value is 214 (83.98% from 255 or 37.88% from 565); Max value from RGB is 214 - color contains mainly: blue. Hex color #B2ADD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2ADD6 is #4D5229. Grayscale: #B3B3B3. Windows color (decimal): -5067306 or 14069170. OLE color: 14069170.
HSL color Cylindrical-coordinate representation of color #B2ADD6: hue angle of 247.32º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B2ADD6 is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 178 | 173 | 214 | - |
| CMYK | 0.17 | 0.19 | 0 | 0.16 |
| HSL | 247.32º | 0.33% | 0.76% | - |
| HSV(B) | 247.32º | 0.19% | 0.84% | - |
| XYZ | 45.44 | 44.21 | 69.76 | - |
| YUV | 179.17 | 147.66 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 173 | 214 | 0.17 | 0.19 | 0 | 0.16 | 247.32 | 0.33 | 0.76 |
| Hex | B2 | AD | D6 | 11 | 13 | 0 | 10 | F7 | 21 | 4C |
| Octal | 262 | 255 | 326 | 21 | 23 | 0 | 20 | 367 | 41 | 114 |
| Binary | 10110010 | 10101101 | 11010110 | 10001 | 10011 | 0 | 10000 | 11110111 | 100001 | 1001100 |
Color Harmonies of #B2ADD6
Complementary color
Monochromatic Colors of #B2ADD6
Black with #B2ADD6
Text Example
Text Example
White with #B2ADD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2ADD6; }
p { color: rgb(178,173,214); }
H1.HeaderClassName
{
color: #B2ADD6;
}
.AnyTagClassName
{
color: #B2ADD6;
}
</style>
background-color css
<style>
a { background-color: #B2ADD6; }
a { background-color: rgb(178,173,214); }
div.DivClassName
{
background-color: #B2ADD6;
}
.BgClassName
{
background-color: #B2ADD6;
}
</style>
border-color css
<style>
span { border-color: #B2ADD6; }
span { border-color: rgb(178,173,214); }
td.TdClassName
{
border-color: #B2ADD6;
}
.TagClassName
{
border-color: #B2ADD6;
}
</style>