Shades of Lavender Blue #BFBAFA
Tints of Lavender Blue #BFBAFA
RGB
CMYK
RGB Variations
Color information
#BFBAFA (or 0xBFBAFA) is known color: Lavender Blue. HEX triplet: BF, BA and FA. RGB value is (191,186,250). Sum of RGB (Red+Green+Blue) = 191+186+250=627 (83% of max value = 765). Red value is 191 (75% from 255 or 30.46% from 627); Green value is 186 (73.05% from 255 or 29.67% from 627); Blue value is 250 (98.05% from 255 or 39.87% from 627); Max value from RGB is 250 - color contains mainly: blue. Hex color #BFBAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBAFA is #404505. Grayscale: #C2C2C2. Windows color (decimal): -4211974 or 16431807. OLE color: 16431807.
HSL color Cylindrical-coordinate representation of color #BFBAFA: hue angle of 244.69º degrees, saturation: 0.86, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BFBAFA is Cyan = 0.24, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 186 | 250 | - |
| CMYK | 0.24 | 0.26 | 0 | 0.02 |
| HSL | 244.69º | 0.86% | 0.85% | - |
| HSV(B) | 244.69º | 0.26% | 0.98% | - |
| XYZ | 56.3 | 53.1 | 97.72 | - |
| YUV | 194.79 | 159.16 | 125.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 186 | 250 | 0.24 | 0.26 | 0 | 0.02 | 244.69 | 0.86 | 0.85 |
| Hex | BF | BA | FA | 18 | 1A | 0 | 2 | F5 | 56 | 55 |
| Octal | 277 | 272 | 372 | 30 | 32 | 0 | 2 | 365 | 126 | 125 |
| Binary | 10111111 | 10111010 | 11111010 | 11000 | 11010 | 0 | 10 | 11110101 | 1010110 | 1010101 |
Color Harmonies of #BFBAFA
Complementary color
Monochromatic Colors of #BFBAFA
Black with #BFBAFA
Text Example
Text Example
White with #BFBAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBAFA; }
p { color: rgb(191,186,250); }
H1.HeaderClassName
{
color: #BFBAFA;
}
.AnyTagClassName
{
color: #BFBAFA;
}
</style>
background-color css
<style>
a { background-color: #BFBAFA; }
a { background-color: rgb(191,186,250); }
div.DivClassName
{
background-color: #BFBAFA;
}
.BgClassName
{
background-color: #BFBAFA;
}
</style>
border-color css
<style>
span { border-color: #BFBAFA; }
span { border-color: rgb(191,186,250); }
td.TdClassName
{
border-color: #BFBAFA;
}
.TagClassName
{
border-color: #BFBAFA;
}
</style>