Shades of Lavender Grey #B4ADF1
Tints of Lavender Grey #B4ADF1
RGB
CMYK
RGB Variations
Color information
#B4ADF1 (or 0xB4ADF1) is known color: Lavender Grey. HEX triplet: B4, AD and F1. RGB value is (180,173,241). Sum of RGB (Red+Green+Blue) = 180+173+241=594 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.30% from 594); Green value is 173 (67.97% from 255 or 29.12% from 594); Blue value is 241 (94.53% from 255 or 40.57% from 594); Max value from RGB is 241 - color contains mainly: blue. Hex color #B4ADF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B4ADF1 is #4B520E. Grayscale: #B6B6B6. Windows color (decimal): -4936207 or 15838644. OLE color: 15838644.
HSL color Cylindrical-coordinate representation of color #B4ADF1: hue angle of 246.18º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B4ADF1 is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 180 | 173 | 241 | - |
| CMYK | 0.25 | 0.28 | 0 | 0.05 |
| HSL | 246.18º | 0.71% | 0.81% | - |
| HSV(B) | 246.18º | 0.28% | 0.95% | - |
| XYZ | 49.64 | 45.94 | 89.47 | - |
| YUV | 182.85 | 160.82 | 125.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 173 | 241 | 0.25 | 0.28 | 0 | 0.05 | 246.18 | 0.71 | 0.81 |
| Hex | B4 | AD | F1 | 19 | 1C | 0 | 5 | F6 | 47 | 51 |
| Octal | 264 | 255 | 361 | 31 | 34 | 0 | 5 | 366 | 107 | 121 |
| Binary | 10110100 | 10101101 | 11110001 | 11001 | 11100 | 0 | 101 | 11110110 | 1000111 | 1010001 |
Color Harmonies of #B4ADF1
Complementary color
Monochromatic Colors of #B4ADF1
Black with #B4ADF1
Text Example
Text Example
White with #B4ADF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4ADF1; }
p { color: rgb(180,173,241); }
H1.HeaderClassName
{
color: #B4ADF1;
}
.AnyTagClassName
{
color: #B4ADF1;
}
</style>
background-color css
<style>
a { background-color: #B4ADF1; }
a { background-color: rgb(180,173,241); }
div.DivClassName
{
background-color: #B4ADF1;
}
.BgClassName
{
background-color: #B4ADF1;
}
</style>
border-color css
<style>
span { border-color: #B4ADF1; }
span { border-color: rgb(180,173,241); }
td.TdClassName
{
border-color: #B4ADF1;
}
.TagClassName
{
border-color: #B4ADF1;
}
</style>