Shades of Lavender Blue #BFB8FA
Tints of Lavender Blue #BFB8FA
RGB
CMYK
RGB Variations
Color information
#BFB8FA (or 0xBFB8FA) is known color: Lavender Blue. HEX triplet: BF, B8 and FA. RGB value is (191,184,250). Sum of RGB (Red+Green+Blue) = 191+184+250=625 (82% of max value = 765). Red value is 191 (75% from 255 or 30.56% from 625); Green value is 184 (72.27% from 255 or 29.44% from 625); Blue value is 250 (98.05% from 255 or 40% from 625); Max value from RGB is 250 - color contains mainly: blue. Hex color #BFB8FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFB8FA is #404705. Grayscale: #C1C1C1. Windows color (decimal): -4212486 or 16431295. OLE color: 16431295.
HSL color Cylindrical-coordinate representation of color #BFB8FA: hue angle of 246.36º 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 #BFB8FA is Cyan = 0.24, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 184 | 250 | - |
| CMYK | 0.24 | 0.26 | 0 | 0.02 |
| HSL | 246.36º | 0.87% | 0.85% | - |
| HSV(B) | 246.36º | 0.26% | 0.98% | - |
| XYZ | 55.88 | 52.26 | 97.58 | - |
| YUV | 193.62 | 159.82 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 184 | 250 | 0.24 | 0.26 | 0 | 0.02 | 246.36 | 0.87 | 0.85 |
| Hex | BF | B8 | FA | 18 | 1A | 0 | 2 | F6 | 57 | 55 |
| Octal | 277 | 270 | 372 | 30 | 32 | 0 | 2 | 366 | 127 | 125 |
| Binary | 10111111 | 10111000 | 11111010 | 11000 | 11010 | 0 | 10 | 11110110 | 1010111 | 1010101 |
Color Harmonies of #BFB8FA
Complementary color
Monochromatic Colors of #BFB8FA
Black with #BFB8FA
Text Example
Text Example
White with #BFB8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB8FA; }
p { color: rgb(191,184,250); }
H1.HeaderClassName
{
color: #BFB8FA;
}
.AnyTagClassName
{
color: #BFB8FA;
}
</style>
background-color css
<style>
a { background-color: #BFB8FA; }
a { background-color: rgb(191,184,250); }
div.DivClassName
{
background-color: #BFB8FA;
}
.BgClassName
{
background-color: #BFB8FA;
}
</style>
border-color css
<style>
span { border-color: #BFB8FA; }
span { border-color: rgb(191,184,250); }
td.TdClassName
{
border-color: #BFB8FA;
}
.TagClassName
{
border-color: #BFB8FA;
}
</style>