Shades of Lavender Blue #BAB8FC
Tints of Lavender Blue #BAB8FC
RGB
CMYK
RGB Variations
Color information
#BAB8FC (or 0xBAB8FC) is known color: Lavender Blue. HEX triplet: BA, B8 and FC. RGB value is (186,184,252). Sum of RGB (Red+Green+Blue) = 186+184+252=622 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.90% from 622); Green value is 184 (72.27% from 255 or 29.58% from 622); Blue value is 252 (98.83% from 255 or 40.51% from 622); Max value from RGB is 252 - color contains mainly: blue. Hex color #BAB8FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAB8FC is #454703. Grayscale: #C0C0C0. Windows color (decimal): -4540164 or 16562362. OLE color: 16562362.
HSL color Cylindrical-coordinate representation of color #BAB8FC: hue angle of 241.76º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BAB8FC is Cyan = 0.26, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 184 | 252 | - |
| CMYK | 0.26 | 0.27 | 0 | 0.01 |
| HSL | 241.76º | 0.92% | 0.85% | - |
| HSV(B) | 241.76º | 0.27% | 0.99% | - |
| XYZ | 54.96 | 51.75 | 99.19 | - |
| YUV | 192.35 | 161.66 | 123.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 184 | 252 | 0.26 | 0.27 | 0 | 0.01 | 241.76 | 0.92 | 0.85 |
| Hex | BA | B8 | FC | 1A | 1B | 0 | 1 | F2 | 5C | 55 |
| Octal | 272 | 270 | 374 | 32 | 33 | 0 | 1 | 362 | 134 | 125 |
| Binary | 10111010 | 10111000 | 11111100 | 11010 | 11011 | 0 | 1 | 11110010 | 1011100 | 1010101 |
Color Harmonies of #BAB8FC
Complementary color
Monochromatic Colors of #BAB8FC
Black with #BAB8FC
Text Example
Text Example
White with #BAB8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB8FC; }
p { color: rgb(186,184,252); }
H1.HeaderClassName
{
color: #BAB8FC;
}
.AnyTagClassName
{
color: #BAB8FC;
}
</style>
background-color css
<style>
a { background-color: #BAB8FC; }
a { background-color: rgb(186,184,252); }
div.DivClassName
{
background-color: #BAB8FC;
}
.BgClassName
{
background-color: #BAB8FC;
}
</style>
border-color css
<style>
span { border-color: #BAB8FC; }
span { border-color: rgb(186,184,252); }
td.TdClassName
{
border-color: #BAB8FC;
}
.TagClassName
{
border-color: #BAB8FC;
}
</style>