Shades of Lavender Grey #BAB4E6
Tints of Lavender Grey #BAB4E6
RGB
CMYK
RGB Variations
Color information
#BAB4E6 (or 0xBAB4E6) is known color: Lavender Grey. HEX triplet: BA, B4 and E6. RGB value is (186,180,230). Sum of RGB (Red+Green+Blue) = 186+180+230=596 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.21% from 596); Green value is 180 (70.70% from 255 or 30.20% from 596); Blue value is 230 (90.23% from 255 or 38.59% from 596); Max value from RGB is 230 - color contains mainly: blue. Hex color #BAB4E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAB4E6 is #454B19. Grayscale: #BBBBBB. Windows color (decimal): -4541210 or 15119546. OLE color: 15119546.
HSL color Cylindrical-coordinate representation of color #BAB4E6: hue angle of 247.2º degrees, saturation: 0.5, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAB4E6 is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 180 | 230 | - |
| CMYK | 0.19 | 0.22 | 0 | 0.10 |
| HSL | 247.2º | 0.5% | 0.8% | - |
| HSV(B) | 247.2º | 0.22% | 0.9% | - |
| XYZ | 50.85 | 48.79 | 81.6 | - |
| YUV | 187.49 | 151.99 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 180 | 230 | 0.19 | 0.22 | 0 | 0.10 | 247.2 | 0.5 | 0.8 |
| Hex | BA | B4 | E6 | 13 | 16 | 0 | A | F7 | 32 | 50 |
| Octal | 272 | 264 | 346 | 23 | 26 | 0 | 12 | 367 | 62 | 120 |
| Binary | 10111010 | 10110100 | 11100110 | 10011 | 10110 | 0 | 1010 | 11110111 | 110010 | 1010000 |
Color Harmonies of #BAB4E6
Complementary color
Monochromatic Colors of #BAB4E6
Black with #BAB4E6
Text Example
Text Example
White with #BAB4E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB4E6; }
p { color: rgb(186,180,230); }
H1.HeaderClassName
{
color: #BAB4E6;
}
.AnyTagClassName
{
color: #BAB4E6;
}
</style>
background-color css
<style>
a { background-color: #BAB4E6; }
a { background-color: rgb(186,180,230); }
div.DivClassName
{
background-color: #BAB4E6;
}
.BgClassName
{
background-color: #BAB4E6;
}
</style>
border-color css
<style>
span { border-color: #BAB4E6; }
span { border-color: rgb(186,180,230); }
td.TdClassName
{
border-color: #BAB4E6;
}
.TagClassName
{
border-color: #BAB4E6;
}
</style>