Shades of Lavender Grey #B3ACF1
Tints of Lavender Grey #B3ACF1
RGB
CMYK
RGB Variations
Color information
#B3ACF1 (or 0xB3ACF1) is known color: Lavender Grey. HEX triplet: B3, AC and F1. RGB value is (179,172,241). Sum of RGB (Red+Green+Blue) = 179+172+241=592 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.24% from 592); Green value is 172 (67.58% from 255 or 29.05% from 592); Blue value is 241 (94.53% from 255 or 40.71% from 592); Max value from RGB is 241 - color contains mainly: blue. Hex color #B3ACF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B3ACF1 is #4C530E. Grayscale: #B5B5B5. Windows color (decimal): -5001999 or 15838387. OLE color: 15838387.
HSL color Cylindrical-coordinate representation of color #B3ACF1: hue angle of 246.09º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B3ACF1 is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 179 | 172 | 241 | - |
| CMYK | 0.26 | 0.29 | 0 | 0.05 |
| HSL | 246.09º | 0.71% | 0.81% | - |
| HSV(B) | 246.09º | 0.29% | 0.95% | - |
| XYZ | 49.22 | 45.44 | 89.4 | - |
| YUV | 181.96 | 161.32 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 172 | 241 | 0.26 | 0.29 | 0 | 0.05 | 246.09 | 0.71 | 0.81 |
| Hex | B3 | AC | F1 | 1A | 1D | 0 | 5 | F6 | 47 | 51 |
| Octal | 263 | 254 | 361 | 32 | 35 | 0 | 5 | 366 | 107 | 121 |
| Binary | 10110011 | 10101100 | 11110001 | 11010 | 11101 | 0 | 101 | 11110110 | 1000111 | 1010001 |
Color Harmonies of #B3ACF1
Complementary color
Monochromatic Colors of #B3ACF1
Black with #B3ACF1
Text Example
Text Example
White with #B3ACF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3ACF1; }
p { color: rgb(179,172,241); }
H1.HeaderClassName
{
color: #B3ACF1;
}
.AnyTagClassName
{
color: #B3ACF1;
}
</style>
background-color css
<style>
a { background-color: #B3ACF1; }
a { background-color: rgb(179,172,241); }
div.DivClassName
{
background-color: #B3ACF1;
}
.BgClassName
{
background-color: #B3ACF1;
}
</style>
border-color css
<style>
span { border-color: #B3ACF1; }
span { border-color: rgb(179,172,241); }
td.TdClassName
{
border-color: #B3ACF1;
}
.TagClassName
{
border-color: #B3ACF1;
}
</style>