Shades of Lavender Blue #BFC8FA
Tints of Lavender Blue #BFC8FA
RGB
CMYK
RGB Variations
Color information
#BFC8FA (or 0xBFC8FA) is known color: Lavender Blue. HEX triplet: BF, C8 and FA. RGB value is (191,200,250). Sum of RGB (Red+Green+Blue) = 191+200+250=641 (84% of max value = 765). Red value is 191 (75% from 255 or 29.80% from 641); Green value is 200 (78.52% from 255 or 31.20% from 641); Blue value is 250 (98.05% from 255 or 39.00% from 641); Max value from RGB is 250 - color contains mainly: blue. Hex color #BFC8FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC8FA is #403705. Grayscale: #CACACA. Windows color (decimal): -4208390 or 16435391. OLE color: 16435391.
HSL color Cylindrical-coordinate representation of color #BFC8FA: hue angle of 230.85º 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 #BFC8FA is Cyan = 0.24, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 200 | 250 | - |
| CMYK | 0.24 | 0.2 | 0 | 0.02 |
| HSL | 230.85º | 0.86% | 0.86% | - |
| HSV(B) | 230.85º | 0.24% | 0.98% | - |
| XYZ | 59.4 | 59.29 | 98.76 | - |
| YUV | 203.01 | 154.52 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 200 | 250 | 0.24 | 0.2 | 0 | 0.02 | 230.85 | 0.86 | 0.86 |
| Hex | BF | C8 | FA | 18 | 14 | 0 | 2 | E7 | 56 | 56 |
| Octal | 277 | 310 | 372 | 30 | 24 | 0 | 2 | 347 | 126 | 126 |
| Binary | 10111111 | 11001000 | 11111010 | 11000 | 10100 | 0 | 10 | 11100111 | 1010110 | 1010110 |
Color Harmonies of #BFC8FA
Complementary color
Monochromatic Colors of #BFC8FA
Black with #BFC8FA
Text Example
Text Example
White with #BFC8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC8FA; }
p { color: rgb(191,200,250); }
H1.HeaderClassName
{
color: #BFC8FA;
}
.AnyTagClassName
{
color: #BFC8FA;
}
</style>
background-color css
<style>
a { background-color: #BFC8FA; }
a { background-color: rgb(191,200,250); }
div.DivClassName
{
background-color: #BFC8FA;
}
.BgClassName
{
background-color: #BFC8FA;
}
</style>
border-color css
<style>
span { border-color: #BFC8FA; }
span { border-color: rgb(191,200,250); }
td.TdClassName
{
border-color: #BFC8FA;
}
.TagClassName
{
border-color: #BFC8FA;
}
</style>