Shades of Lavender Blue #BAB6FF
Tints of Lavender Blue #BAB6FF
RGB
CMYK
RGB Variations
Color information
#BAB6FF (or 0xBAB6FF) is known color: Lavender Blue. HEX triplet: BA, B6 and FF. RGB value is (186,182,255). Sum of RGB (Red+Green+Blue) = 186+182+255=623 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.86% from 623); Green value is 182 (71.48% from 255 or 29.21% from 623); Blue value is 255 (100% from 255 or 40.93% from 623); Max value from RGB is 255 - color contains mainly: blue. Hex color #BAB6FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAB6FF is #454900. Grayscale: #BFBFBF. Windows color (decimal): -4540673 or 16758458. OLE color: 16758458.
HSL color Cylindrical-coordinate representation of color #BAB6FF: hue angle of 243.29º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BAB6FF is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 182 | 255 | - |
| CMYK | 0.27 | 0.29 | 0 | 0 |
| HSL | 243.29º | 1% | 0.86% | - |
| HSV(B) | 243.29º | 0.29% | 1% | - |
| XYZ | 55.03 | 51.12 | 101.57 | - |
| YUV | 191.52 | 163.83 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 182 | 255 | 0.27 | 0.29 | 0 | 0 | 243.29 | 1 | 0.86 |
| Hex | BA | B6 | FF | 1B | 1D | 0 | 0 | F3 | 64 | 56 |
| Octal | 272 | 266 | 377 | 33 | 35 | 0 | 0 | 363 | 144 | 126 |
| Binary | 10111010 | 10110110 | 11111111 | 11011 | 11101 | 0 | 0 | 11110011 | 1100100 | 1010110 |
Color Harmonies of #BAB6FF
Complementary color
Monochromatic Colors of #BAB6FF
Black with #BAB6FF
Text Example
Text Example
White with #BAB6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB6FF; }
p { color: rgb(186,182,255); }
H1.HeaderClassName
{
color: #BAB6FF;
}
.AnyTagClassName
{
color: #BAB6FF;
}
</style>
background-color css
<style>
a { background-color: #BAB6FF; }
a { background-color: rgb(186,182,255); }
div.DivClassName
{
background-color: #BAB6FF;
}
.BgClassName
{
background-color: #BAB6FF;
}
</style>
border-color css
<style>
span { border-color: #BAB6FF; }
span { border-color: rgb(186,182,255); }
td.TdClassName
{
border-color: #BAB6FF;
}
.TagClassName
{
border-color: #BAB6FF;
}
</style>