Shades of Lavender Grey #B4AFE3
Tints of Lavender Grey #B4AFE3
RGB
CMYK
RGB Variations
Color information
#B4AFE3 (or 0xB4AFE3) is known color: Lavender Grey. HEX triplet: B4, AF and E3. RGB value is (180,175,227). Sum of RGB (Red+Green+Blue) = 180+175+227=582 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.93% from 582); Green value is 175 (68.75% from 255 or 30.07% from 582); Blue value is 227 (89.06% from 255 or 39.00% from 582); Max value from RGB is 227 - color contains mainly: blue. Hex color #B4AFE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4AFE3 is #4B501C. Grayscale: #B6B6B6. Windows color (decimal): -4935709 or 14921652. OLE color: 14921652.
HSL color Cylindrical-coordinate representation of color #B4AFE3: hue angle of 245.77º degrees, saturation: 0.48, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B4AFE3 is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 180 | 175 | 227 | - |
| CMYK | 0.21 | 0.23 | 0 | 0.11 |
| HSL | 245.77º | 0.48% | 0.79% | - |
| HSV(B) | 245.77º | 0.23% | 0.89% | - |
| XYZ | 48.02 | 45.91 | 79 | - |
| YUV | 182.42 | 153.16 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 175 | 227 | 0.21 | 0.23 | 0 | 0.11 | 245.77 | 0.48 | 0.79 |
| Hex | B4 | AF | E3 | 15 | 17 | 0 | B | F6 | 30 | 4F |
| Octal | 264 | 257 | 343 | 25 | 27 | 0 | 13 | 366 | 60 | 117 |
| Binary | 10110100 | 10101111 | 11100011 | 10101 | 10111 | 0 | 1011 | 11110110 | 110000 | 1001111 |
Color Harmonies of #B4AFE3
Complementary color
Monochromatic Colors of #B4AFE3
Black with #B4AFE3
Text Example
Text Example
White with #B4AFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4AFE3; }
p { color: rgb(180,175,227); }
H1.HeaderClassName
{
color: #B4AFE3;
}
.AnyTagClassName
{
color: #B4AFE3;
}
</style>
background-color css
<style>
a { background-color: #B4AFE3; }
a { background-color: rgb(180,175,227); }
div.DivClassName
{
background-color: #B4AFE3;
}
.BgClassName
{
background-color: #B4AFE3;
}
</style>
border-color css
<style>
span { border-color: #B4AFE3; }
span { border-color: rgb(180,175,227); }
td.TdClassName
{
border-color: #B4AFE3;
}
.TagClassName
{
border-color: #B4AFE3;
}
</style>