Shades of Lavender Blue #BFBEF8
Tints of Lavender Blue #BFBEF8
RGB
CMYK
RGB Variations
Color information
#BFBEF8 (or 0xBFBEF8) is known color: Lavender Blue. HEX triplet: BF, BE and F8. RGB value is (191,190,248). Sum of RGB (Red+Green+Blue) = 191+190+248=629 (83% of max value = 765). Red value is 191 (75% from 255 or 30.37% from 629); Green value is 190 (74.61% from 255 or 30.21% from 629); Blue value is 248 (97.27% from 255 or 39.43% from 629); Max value from RGB is 248 - color contains mainly: blue. Hex color #BFBEF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBEF8 is #404107. Grayscale: #C4C4C4. Windows color (decimal): -4210952 or 16301759. OLE color: 16301759.
HSL color Cylindrical-coordinate representation of color #BFBEF8: hue angle of 241.03º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFBEF8 is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 190 | 248 | - |
| CMYK | 0.23 | 0.23 | 0 | 0.03 |
| HSL | 241.03º | 0.81% | 0.86% | - |
| HSV(B) | 241.03º | 0.23% | 0.97% | - |
| XYZ | 56.84 | 54.68 | 96.37 | - |
| YUV | 196.91 | 156.83 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 190 | 248 | 0.23 | 0.23 | 0 | 0.03 | 241.03 | 0.81 | 0.86 |
| Hex | BF | BE | F8 | 17 | 17 | 0 | 3 | F1 | 51 | 56 |
| Octal | 277 | 276 | 370 | 27 | 27 | 0 | 3 | 361 | 121 | 126 |
| Binary | 10111111 | 10111110 | 11111000 | 10111 | 10111 | 0 | 11 | 11110001 | 1010001 | 1010110 |
Color Harmonies of #BFBEF8
Complementary color
Monochromatic Colors of #BFBEF8
Black with #BFBEF8
Text Example
Text Example
White with #BFBEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBEF8; }
p { color: rgb(191,190,248); }
H1.HeaderClassName
{
color: #BFBEF8;
}
.AnyTagClassName
{
color: #BFBEF8;
}
</style>
background-color css
<style>
a { background-color: #BFBEF8; }
a { background-color: rgb(191,190,248); }
div.DivClassName
{
background-color: #BFBEF8;
}
.BgClassName
{
background-color: #BFBEF8;
}
</style>
border-color css
<style>
span { border-color: #BFBEF8; }
span { border-color: rgb(191,190,248); }
td.TdClassName
{
border-color: #BFBEF8;
}
.TagClassName
{
border-color: #BFBEF8;
}
</style>