Shades of Lavender Blue #BFB4FE
Tints of Lavender Blue #BFB4FE
RGB
CMYK
RGB Variations
Color information
#BFB4FE (or 0xBFB4FE) is known color: Lavender Blue. HEX triplet: BF, B4 and FE. RGB value is (191,180,254). Sum of RGB (Red+Green+Blue) = 191+180+254=625 (82% of max value = 765). Red value is 191 (75% from 255 or 30.56% from 625); Green value is 180 (70.70% from 255 or 28.8% from 625); Blue value is 254 (99.61% from 255 or 40.64% from 625); Max value from RGB is 254 - color contains mainly: blue. Hex color #BFB4FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFB4FE is #404B01. Grayscale: #BFBFBF. Windows color (decimal): -4213506 or 16692415. OLE color: 16692415.
HSL color Cylindrical-coordinate representation of color #BFB4FE: hue angle of 248.92º 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 #BFB4FE is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 191 | 180 | 254 | - |
| CMYK | 0.25 | 0.29 | 0 | 0.00 |
| HSL | 248.92º | 0.97% | 0.85% | - |
| HSV(B) | 248.92º | 0.29% | 1% | - |
| XYZ | 55.7 | 50.87 | 100.65 | - |
| YUV | 191.73 | 163.14 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 180 | 254 | 0.25 | 0.29 | 0 | 0.00 | 248.92 | 0.97 | 0.85 |
| Hex | BF | B4 | FE | 19 | 1D | 0 | 0 | F9 | 61 | 55 |
| Octal | 277 | 264 | 376 | 31 | 35 | 0 | 0 | 371 | 141 | 125 |
| Binary | 10111111 | 10110100 | 11111110 | 11001 | 11101 | 0 | 0 | 11111001 | 1100001 | 1010101 |
Color Harmonies of #BFB4FE
Complementary color
Monochromatic Colors of #BFB4FE
Black with #BFB4FE
Text Example
Text Example
White with #BFB4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB4FE; }
p { color: rgb(191,180,254); }
H1.HeaderClassName
{
color: #BFB4FE;
}
.AnyTagClassName
{
color: #BFB4FE;
}
</style>
background-color css
<style>
a { background-color: #BFB4FE; }
a { background-color: rgb(191,180,254); }
div.DivClassName
{
background-color: #BFB4FE;
}
.BgClassName
{
background-color: #BFB4FE;
}
</style>
border-color css
<style>
span { border-color: #BFB4FE; }
span { border-color: rgb(191,180,254); }
td.TdClassName
{
border-color: #BFB4FE;
}
.TagClassName
{
border-color: #BFB4FE;
}
</style>