Shades of Lavender Blue #BAB2FE
Tints of Lavender Blue #BAB2FE
RGB
CMYK
RGB Variations
Color information
#BAB2FE (or 0xBAB2FE) is known color: Lavender Blue. HEX triplet: BA, B2 and FE. RGB value is (186,178,254). Sum of RGB (Red+Green+Blue) = 186+178+254=618 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.10% from 618); Green value is 178 (69.92% from 255 or 28.80% from 618); Blue value is 254 (99.61% from 255 or 41.10% from 618); Max value from RGB is 254 - color contains mainly: blue. Hex color #BAB2FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAB2FE is #454D01. Grayscale: #BCBCBC. Windows color (decimal): -4541698 or 16691898. OLE color: 16691898.
HSL color Cylindrical-coordinate representation of color #BAB2FE: hue angle of 246.32º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BAB2FE is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 186 | 178 | 254 | - |
| CMYK | 0.27 | 0.30 | 0 | 0.00 |
| HSL | 246.32º | 0.97% | 0.85% | - |
| HSV(B) | 246.32º | 0.3% | 1% | - |
| XYZ | 54.06 | 49.44 | 100.46 | - |
| YUV | 189.06 | 164.65 | 125.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 178 | 254 | 0.27 | 0.30 | 0 | 0.00 | 246.32 | 0.97 | 0.85 |
| Hex | BA | B2 | FE | 1B | 1E | 0 | 0 | F6 | 61 | 55 |
| Octal | 272 | 262 | 376 | 33 | 36 | 0 | 0 | 366 | 141 | 125 |
| Binary | 10111010 | 10110010 | 11111110 | 11011 | 11110 | 0 | 0 | 11110110 | 1100001 | 1010101 |
Color Harmonies of #BAB2FE
Complementary color
Monochromatic Colors of #BAB2FE
Black with #BAB2FE
Text Example
Text Example
White with #BAB2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB2FE; }
p { color: rgb(186,178,254); }
H1.HeaderClassName
{
color: #BAB2FE;
}
.AnyTagClassName
{
color: #BAB2FE;
}
</style>
background-color css
<style>
a { background-color: #BAB2FE; }
a { background-color: rgb(186,178,254); }
div.DivClassName
{
background-color: #BAB2FE;
}
.BgClassName
{
background-color: #BAB2FE;
}
</style>
border-color css
<style>
span { border-color: #BAB2FE; }
span { border-color: rgb(186,178,254); }
td.TdClassName
{
border-color: #BAB2FE;
}
.TagClassName
{
border-color: #BAB2FE;
}
</style>