Shades of Lavender Grey #B4AFE8
Tints of Lavender Grey #B4AFE8
RGB
CMYK
RGB Variations
Color information
#B4AFE8 (or 0xB4AFE8) is known color: Lavender Grey. HEX triplet: B4, AF and E8. RGB value is (180,175,232). Sum of RGB (Red+Green+Blue) = 180+175+232=587 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.66% from 587); Green value is 175 (68.75% from 255 or 29.81% from 587); Blue value is 232 (91.02% from 255 or 39.52% from 587); Max value from RGB is 232 - color contains mainly: blue. Hex color #B4AFE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B4AFE8 is #4B5017. Grayscale: #B6B6B6. Windows color (decimal): -4935704 or 15249332. OLE color: 15249332.
HSL color Cylindrical-coordinate representation of color #B4AFE8: hue angle of 245.26º degrees, saturation: 0.55, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B4AFE8 is Cyan = 0.22, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 180 | 175 | 232 | - |
| CMYK | 0.22 | 0.25 | 0 | 0.09 |
| HSL | 245.26º | 0.55% | 0.8% | - |
| HSV(B) | 245.26º | 0.25% | 0.91% | - |
| XYZ | 48.72 | 46.19 | 82.69 | - |
| YUV | 182.99 | 155.66 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 175 | 232 | 0.22 | 0.25 | 0 | 0.09 | 245.26 | 0.55 | 0.8 |
| Hex | B4 | AF | E8 | 16 | 19 | 0 | 9 | F5 | 37 | 50 |
| Octal | 264 | 257 | 350 | 26 | 31 | 0 | 11 | 365 | 67 | 120 |
| Binary | 10110100 | 10101111 | 11101000 | 10110 | 11001 | 0 | 1001 | 11110101 | 110111 | 1010000 |
Color Harmonies of #B4AFE8
Complementary color
Monochromatic Colors of #B4AFE8
Black with #B4AFE8
Text Example
Text Example
White with #B4AFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4AFE8; }
p { color: rgb(180,175,232); }
H1.HeaderClassName
{
color: #B4AFE8;
}
.AnyTagClassName
{
color: #B4AFE8;
}
</style>
background-color css
<style>
a { background-color: #B4AFE8; }
a { background-color: rgb(180,175,232); }
div.DivClassName
{
background-color: #B4AFE8;
}
.BgClassName
{
background-color: #B4AFE8;
}
</style>
border-color css
<style>
span { border-color: #B4AFE8; }
span { border-color: rgb(180,175,232); }
td.TdClassName
{
border-color: #B4AFE8;
}
.TagClassName
{
border-color: #B4AFE8;
}
</style>