Shades of Lavender Blue #BFC1FA
Tints of Lavender Blue #BFC1FA
RGB
CMYK
RGB Variations
Color information
#BFC1FA (or 0xBFC1FA) is known color: Lavender Blue. HEX triplet: BF, C1 and FA. RGB value is (191,193,250). Sum of RGB (Red+Green+Blue) = 191+193+250=634 (83% of max value = 765). Red value is 191 (75% from 255 or 30.13% from 634); Green value is 193 (75.78% from 255 or 30.44% from 634); Blue value is 250 (98.05% from 255 or 39.43% from 634); Max value from RGB is 250 - color contains mainly: blue. Hex color #BFC1FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC1FA is #403E05. Grayscale: #C6C6C6. Windows color (decimal): -4210182 or 16433599. OLE color: 16433599.
HSL color Cylindrical-coordinate representation of color #BFC1FA: hue angle of 237.97º 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 #BFC1FA is Cyan = 0.24, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 193 | 250 | - |
| CMYK | 0.24 | 0.23 | 0 | 0.02 |
| HSL | 237.97º | 0.86% | 0.86% | - |
| HSV(B) | 237.97º | 0.24% | 0.98% | - |
| XYZ | 57.81 | 56.12 | 98.23 | - |
| YUV | 198.9 | 156.84 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 193 | 250 | 0.24 | 0.23 | 0 | 0.02 | 237.97 | 0.86 | 0.86 |
| Hex | BF | C1 | FA | 18 | 17 | 0 | 2 | EE | 56 | 56 |
| Octal | 277 | 301 | 372 | 30 | 27 | 0 | 2 | 356 | 126 | 126 |
| Binary | 10111111 | 11000001 | 11111010 | 11000 | 10111 | 0 | 10 | 11101110 | 1010110 | 1010110 |
Color Harmonies of #BFC1FA
Complementary color
Monochromatic Colors of #BFC1FA
Black with #BFC1FA
Text Example
Text Example
White with #BFC1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC1FA; }
p { color: rgb(191,193,250); }
H1.HeaderClassName
{
color: #BFC1FA;
}
.AnyTagClassName
{
color: #BFC1FA;
}
</style>
background-color css
<style>
a { background-color: #BFC1FA; }
a { background-color: rgb(191,193,250); }
div.DivClassName
{
background-color: #BFC1FA;
}
.BgClassName
{
background-color: #BFC1FA;
}
</style>
border-color css
<style>
span { border-color: #BFC1FA; }
span { border-color: rgb(191,193,250); }
td.TdClassName
{
border-color: #BFC1FA;
}
.TagClassName
{
border-color: #BFC1FA;
}
</style>