Shades of Lavender Blue #BFB3FE
Tints of Lavender Blue #BFB3FE
RGB
CMYK
RGB Variations
Color information
#BFB3FE (or 0xBFB3FE) is known color: Lavender Blue. HEX triplet: BF, B3 and FE. RGB value is (191,179,254). Sum of RGB (Red+Green+Blue) = 191+179+254=624 (82% of max value = 765). Red value is 191 (75% from 255 or 30.61% from 624); Green value is 179 (70.31% from 255 or 28.69% from 624); Blue value is 254 (99.61% from 255 or 40.71% from 624); Max value from RGB is 254 - color contains mainly: blue. Hex color #BFB3FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFB3FE is #404C01. Grayscale: #BEBEBE. Windows color (decimal): -4213762 or 16692159. OLE color: 16692159.
HSL color Cylindrical-coordinate representation of color #BFB3FE: hue angle of 249.6º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BFB3FE is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 191 | 179 | 254 | - |
| CMYK | 0.25 | 0.30 | 0 | 0.00 |
| HSL | 249.6º | 0.97% | 0.85% | - |
| HSV(B) | 249.6º | 0.3% | 1% | - |
| XYZ | 55.5 | 50.47 | 100.58 | - |
| YUV | 191.14 | 163.48 | 127.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 179 | 254 | 0.25 | 0.30 | 0 | 0.00 | 249.6 | 0.97 | 0.85 |
| Hex | BF | B3 | FE | 19 | 1E | 0 | 0 | FA | 61 | 55 |
| Octal | 277 | 263 | 376 | 31 | 36 | 0 | 0 | 372 | 141 | 125 |
| Binary | 10111111 | 10110011 | 11111110 | 11001 | 11110 | 0 | 0 | 11111010 | 1100001 | 1010101 |
Color Harmonies of #BFB3FE
Complementary color
Monochromatic Colors of #BFB3FE
Black with #BFB3FE
Text Example
Text Example
White with #BFB3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB3FE; }
p { color: rgb(191,179,254); }
H1.HeaderClassName
{
color: #BFB3FE;
}
.AnyTagClassName
{
color: #BFB3FE;
}
</style>
background-color css
<style>
a { background-color: #BFB3FE; }
a { background-color: rgb(191,179,254); }
div.DivClassName
{
background-color: #BFB3FE;
}
.BgClassName
{
background-color: #BFB3FE;
}
</style>
border-color css
<style>
span { border-color: #BFB3FE; }
span { border-color: rgb(191,179,254); }
td.TdClassName
{
border-color: #BFB3FE;
}
.TagClassName
{
border-color: #BFB3FE;
}
</style>