Shades of Lavender Blue #BFB9FA
Tints of Lavender Blue #BFB9FA
RGB
CMYK
RGB Variations
Color information
#BFB9FA (or 0xBFB9FA) is known color: Lavender Blue. HEX triplet: BF, B9 and FA. RGB value is (191,185,250). Sum of RGB (Red+Green+Blue) = 191+185+250=626 (82% of max value = 765). Red value is 191 (75% from 255 or 30.51% from 626); Green value is 185 (72.66% from 255 or 29.55% from 626); Blue value is 250 (98.05% from 255 or 39.94% from 626); Max value from RGB is 250 - color contains mainly: blue. Hex color #BFB9FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFB9FA is #404605. Grayscale: #C1C1C1. Windows color (decimal): -4212230 or 16431551. OLE color: 16431551.
HSL color Cylindrical-coordinate representation of color #BFB9FA: hue angle of 245.54º degrees, saturation: 0.87, 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 #BFB9FA is Cyan = 0.24, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 185 | 250 | - |
| CMYK | 0.24 | 0.26 | 0 | 0.02 |
| HSL | 245.54º | 0.87% | 0.85% | - |
| HSV(B) | 245.54º | 0.26% | 0.98% | - |
| XYZ | 56.09 | 52.68 | 97.65 | - |
| YUV | 194.2 | 159.49 | 125.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 185 | 250 | 0.24 | 0.26 | 0 | 0.02 | 245.54 | 0.87 | 0.85 |
| Hex | BF | B9 | FA | 18 | 1A | 0 | 2 | F6 | 57 | 55 |
| Octal | 277 | 271 | 372 | 30 | 32 | 0 | 2 | 366 | 127 | 125 |
| Binary | 10111111 | 10111001 | 11111010 | 11000 | 11010 | 0 | 10 | 11110110 | 1010111 | 1010101 |
Color Harmonies of #BFB9FA
Complementary color
Monochromatic Colors of #BFB9FA
Black with #BFB9FA
Text Example
Text Example
White with #BFB9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB9FA; }
p { color: rgb(191,185,250); }
H1.HeaderClassName
{
color: #BFB9FA;
}
.AnyTagClassName
{
color: #BFB9FA;
}
</style>
background-color css
<style>
a { background-color: #BFB9FA; }
a { background-color: rgb(191,185,250); }
div.DivClassName
{
background-color: #BFB9FA;
}
.BgClassName
{
background-color: #BFB9FA;
}
</style>
border-color css
<style>
span { border-color: #BFB9FA; }
span { border-color: rgb(191,185,250); }
td.TdClassName
{
border-color: #BFB9FA;
}
.TagClassName
{
border-color: #BFB9FA;
}
</style>