Shades of Lavender Grey #B3ACF0
Tints of Lavender Grey #B3ACF0
RGB
CMYK
RGB Variations
Color information
#B3ACF0 (or 0xB3ACF0) is known color: Lavender Grey. HEX triplet: B3, AC and F0. RGB value is (179,172,240). Sum of RGB (Red+Green+Blue) = 179+172+240=591 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.29% from 591); Green value is 172 (67.58% from 255 or 29.10% from 591); Blue value is 240 (94.14% from 255 or 40.61% from 591); Max value from RGB is 240 - color contains mainly: blue. Hex color #B3ACF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B3ACF0 is #4C530F. Grayscale: #B5B5B5. Windows color (decimal): -5002000 or 15772851. OLE color: 15772851.
HSL color Cylindrical-coordinate representation of color #B3ACF0: hue angle of 246.18º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B3ACF0 is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 179 | 172 | 240 | - |
| CMYK | 0.25 | 0.28 | 0 | 0.06 |
| HSL | 246.18º | 0.69% | 0.81% | - |
| HSV(B) | 246.18º | 0.28% | 0.94% | - |
| XYZ | 49.07 | 45.38 | 88.61 | - |
| YUV | 181.85 | 160.82 | 125.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 172 | 240 | 0.25 | 0.28 | 0 | 0.06 | 246.18 | 0.69 | 0.81 |
| Hex | B3 | AC | F0 | 19 | 1C | 0 | 6 | F6 | 45 | 51 |
| Octal | 263 | 254 | 360 | 31 | 34 | 0 | 6 | 366 | 105 | 121 |
| Binary | 10110011 | 10101100 | 11110000 | 11001 | 11100 | 0 | 110 | 11110110 | 1000101 | 1010001 |
Color Harmonies of #B3ACF0
Complementary color
Monochromatic Colors of #B3ACF0
Black with #B3ACF0
Text Example
Text Example
White with #B3ACF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3ACF0; }
p { color: rgb(179,172,240); }
H1.HeaderClassName
{
color: #B3ACF0;
}
.AnyTagClassName
{
color: #B3ACF0;
}
</style>
background-color css
<style>
a { background-color: #B3ACF0; }
a { background-color: rgb(179,172,240); }
div.DivClassName
{
background-color: #B3ACF0;
}
.BgClassName
{
background-color: #B3ACF0;
}
</style>
border-color css
<style>
span { border-color: #B3ACF0; }
span { border-color: rgb(179,172,240); }
td.TdClassName
{
border-color: #B3ACF0;
}
.TagClassName
{
border-color: #B3ACF0;
}
</style>