Shades of Lavender Blue #BAB2FF
Tints of Lavender Blue #BAB2FF
RGB
CMYK
RGB Variations
Color information
#BAB2FF (or 0xBAB2FF) is known color: Lavender Blue. HEX triplet: BA, B2 and FF. RGB value is (186,178,255). Sum of RGB (Red+Green+Blue) = 186+178+255=619 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.05% from 619); Green value is 178 (69.92% from 255 or 28.76% from 619); Blue value is 255 (100% from 255 or 41.20% from 619); Max value from RGB is 255 - color contains mainly: blue. Hex color #BAB2FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAB2FF is #454D00. Grayscale: #BCBCBC. Windows color (decimal): -4541697 or 16757434. OLE color: 16757434.
HSL color Cylindrical-coordinate representation of color #BAB2FF: hue angle of 246.23º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BAB2FF is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 178 | 255 | - |
| CMYK | 0.27 | 0.30 | 0 | 0 |
| HSL | 246.23º | 1% | 0.85% | - |
| HSV(B) | 246.23º | 0.3% | 1% | - |
| XYZ | 54.22 | 49.5 | 101.3 | - |
| YUV | 189.17 | 165.15 | 125.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 178 | 255 | 0.27 | 0.30 | 0 | 0 | 246.23 | 1 | 0.85 |
| Hex | BA | B2 | FF | 1B | 1E | 0 | 0 | F6 | 64 | 55 |
| Octal | 272 | 262 | 377 | 33 | 36 | 0 | 0 | 366 | 144 | 125 |
| Binary | 10111010 | 10110010 | 11111111 | 11011 | 11110 | 0 | 0 | 11110110 | 1100100 | 1010101 |
Color Harmonies of #BAB2FF
Complementary color
Monochromatic Colors of #BAB2FF
Black with #BAB2FF
Text Example
Text Example
White with #BAB2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB2FF; }
p { color: rgb(186,178,255); }
H1.HeaderClassName
{
color: #BAB2FF;
}
.AnyTagClassName
{
color: #BAB2FF;
}
</style>
background-color css
<style>
a { background-color: #BAB2FF; }
a { background-color: rgb(186,178,255); }
div.DivClassName
{
background-color: #BAB2FF;
}
.BgClassName
{
background-color: #BAB2FF;
}
</style>
border-color css
<style>
span { border-color: #BAB2FF; }
span { border-color: rgb(186,178,255); }
td.TdClassName
{
border-color: #BAB2FF;
}
.TagClassName
{
border-color: #BAB2FF;
}
</style>