Shades of Lavender Blue #BFB5FE
Tints of Lavender Blue #BFB5FE
RGB
CMYK
RGB Variations
Color information
#BFB5FE (or 0xBFB5FE) is known color: Lavender Blue. HEX triplet: BF, B5 and FE. RGB value is (191,181,254). Sum of RGB (Red+Green+Blue) = 191+181+254=626 (82% of max value = 765). Red value is 191 (75% from 255 or 30.51% from 626); Green value is 181 (71.09% from 255 or 28.91% from 626); Blue value is 254 (99.61% from 255 or 40.58% from 626); Max value from RGB is 254 - color contains mainly: blue. Hex color #BFB5FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFB5FE is #404A01. Grayscale: #C0C0C0. Windows color (decimal): -4213250 or 16692671. OLE color: 16692671.
HSL color Cylindrical-coordinate representation of color #BFB5FE: hue angle of 248.22º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BFB5FE is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 191 | 181 | 254 | - |
| CMYK | 0.25 | 0.29 | 0 | 0.00 |
| HSL | 248.22º | 0.97% | 0.85% | - |
| HSV(B) | 248.22º | 0.29% | 1% | - |
| XYZ | 55.9 | 51.28 | 100.72 | - |
| YUV | 192.31 | 162.81 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 181 | 254 | 0.25 | 0.29 | 0 | 0.00 | 248.22 | 0.97 | 0.85 |
| Hex | BF | B5 | FE | 19 | 1D | 0 | 0 | F8 | 61 | 55 |
| Octal | 277 | 265 | 376 | 31 | 35 | 0 | 0 | 370 | 141 | 125 |
| Binary | 10111111 | 10110101 | 11111110 | 11001 | 11101 | 0 | 0 | 11111000 | 1100001 | 1010101 |
Color Harmonies of #BFB5FE
Complementary color
Monochromatic Colors of #BFB5FE
Black with #BFB5FE
Text Example
Text Example
White with #BFB5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB5FE; }
p { color: rgb(191,181,254); }
H1.HeaderClassName
{
color: #BFB5FE;
}
.AnyTagClassName
{
color: #BFB5FE;
}
</style>
background-color css
<style>
a { background-color: #BFB5FE; }
a { background-color: rgb(191,181,254); }
div.DivClassName
{
background-color: #BFB5FE;
}
.BgClassName
{
background-color: #BFB5FE;
}
</style>
border-color css
<style>
span { border-color: #BFB5FE; }
span { border-color: rgb(191,181,254); }
td.TdClassName
{
border-color: #BFB5FE;
}
.TagClassName
{
border-color: #BFB5FE;
}
</style>