Shades of Lavender Blue #BFBFFE
Tints of Lavender Blue #BFBFFE
RGB
CMYK
RGB Variations
Color information
#BFBFFE (or 0xBFBFFE) is known color: Lavender Blue. HEX triplet: BF, BF and FE. RGB value is (191,191,254). Sum of RGB (Red+Green+Blue) = 191+191+254=636 (84% of max value = 765). Red value is 191 (75% from 255 or 30.03% from 636); Green value is 191 (75% from 255 or 30.03% from 636); Blue value is 254 (99.61% from 255 or 39.94% from 636); Max value from RGB is 254 - color contains mainly: blue. Hex color #BFBFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBFFE is #404001. Grayscale: #C5C5C5. Windows color (decimal): -4210690 or 16695231. OLE color: 16695231.
HSL color Cylindrical-coordinate representation of color #BFBFFE: hue angle of 240º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFBFFE is Cyan = 0.25, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 191 | 191 | 254 | - |
| CMYK | 0.25 | 0.25 | 0 | 0.00 |
| HSL | 240º | 0.97% | 0.87% | - |
| HSV(B) | 240º | 0.25% | 1% | - |
| XYZ | 58.01 | 55.49 | 101.42 | - |
| YUV | 198.18 | 159.5 | 122.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 191 | 254 | 0.25 | 0.25 | 0 | 0.00 | 240 | 0.97 | 0.87 |
| Hex | BF | BF | FE | 19 | 19 | 0 | 0 | F0 | 61 | 57 |
| Octal | 277 | 277 | 376 | 31 | 31 | 0 | 0 | 360 | 141 | 127 |
| Binary | 10111111 | 10111111 | 11111110 | 11001 | 11001 | 0 | 0 | 11110000 | 1100001 | 1010111 |
Color Harmonies of #BFBFFE
Complementary color
Monochromatic Colors of #BFBFFE
Black with #BFBFFE
Text Example
Text Example
White with #BFBFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBFFE; }
p { color: rgb(191,191,254); }
H1.HeaderClassName
{
color: #BFBFFE;
}
.AnyTagClassName
{
color: #BFBFFE;
}
</style>
background-color css
<style>
a { background-color: #BFBFFE; }
a { background-color: rgb(191,191,254); }
div.DivClassName
{
background-color: #BFBFFE;
}
.BgClassName
{
background-color: #BFBFFE;
}
</style>
border-color css
<style>
span { border-color: #BFBFFE; }
span { border-color: rgb(191,191,254); }
td.TdClassName
{
border-color: #BFBFFE;
}
.TagClassName
{
border-color: #BFBFFE;
}
</style>