Shades of Lavender Blue #BFC9FA
Tints of Lavender Blue #BFC9FA
RGB
CMYK
RGB Variations
Color information
#BFC9FA (or 0xBFC9FA) is known color: Lavender Blue. HEX triplet: BF, C9 and FA. RGB value is (191,201,250). Sum of RGB (Red+Green+Blue) = 191+201+250=642 (85% of max value = 765). Red value is 191 (75% from 255 or 29.75% from 642); Green value is 201 (78.91% from 255 or 31.31% from 642); Blue value is 250 (98.05% from 255 or 38.94% from 642); Max value from RGB is 250 - color contains mainly: blue. Hex color #BFC9FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC9FA is #403605. Grayscale: #CBCBCB. Windows color (decimal): -4208134 or 16435647. OLE color: 16435647.
HSL color Cylindrical-coordinate representation of color #BFC9FA: hue angle of 229.83º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFC9FA is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 201 | 250 | - |
| CMYK | 0.24 | 0.20 | 0 | 0.02 |
| HSL | 229.83º | 0.86% | 0.86% | - |
| HSV(B) | 229.83º | 0.24% | 0.98% | - |
| XYZ | 59.63 | 59.75 | 98.83 | - |
| YUV | 203.6 | 154.19 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 201 | 250 | 0.24 | 0.20 | 0 | 0.02 | 229.83 | 0.86 | 0.86 |
| Hex | BF | C9 | FA | 18 | 14 | 0 | 2 | E6 | 56 | 56 |
| Octal | 277 | 311 | 372 | 30 | 24 | 0 | 2 | 346 | 126 | 126 |
| Binary | 10111111 | 11001001 | 11111010 | 11000 | 10100 | 0 | 10 | 11100110 | 1010110 | 1010110 |
Color Harmonies of #BFC9FA
Complementary color
Monochromatic Colors of #BFC9FA
Black with #BFC9FA
Text Example
Text Example
White with #BFC9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC9FA; }
p { color: rgb(191,201,250); }
H1.HeaderClassName
{
color: #BFC9FA;
}
.AnyTagClassName
{
color: #BFC9FA;
}
</style>
background-color css
<style>
a { background-color: #BFC9FA; }
a { background-color: rgb(191,201,250); }
div.DivClassName
{
background-color: #BFC9FA;
}
.BgClassName
{
background-color: #BFC9FA;
}
</style>
border-color css
<style>
span { border-color: #BFC9FA; }
span { border-color: rgb(191,201,250); }
td.TdClassName
{
border-color: #BFC9FA;
}
.TagClassName
{
border-color: #BFC9FA;
}
</style>