Shades of Lavender Blue #BEBFFA
Tints of Lavender Blue #BEBFFA
RGB
CMYK
RGB Variations
Color information
#BEBFFA (or 0xBEBFFA) is known color: Lavender Blue. HEX triplet: BE, BF and FA. RGB value is (190,191,250). Sum of RGB (Red+Green+Blue) = 190+191+250=631 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.11% from 631); Green value is 191 (75% from 255 or 30.27% from 631); Blue value is 250 (98.05% from 255 or 39.62% from 631); Max value from RGB is 250 - color contains mainly: blue. Hex color #BEBFFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEBFFA is #414005. Grayscale: #C5C5C5. Windows color (decimal): -4276230 or 16433086. OLE color: 16433086.
HSL color Cylindrical-coordinate representation of color #BEBFFA: hue angle of 239º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BEBFFA is Cyan = 0.24, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 190 | 191 | 250 | - |
| CMYK | 0.24 | 0.24 | 0 | 0.02 |
| HSL | 239º | 0.86% | 0.86% | - |
| HSV(B) | 239º | 0.24% | 0.98% | - |
| XYZ | 57.12 | 55.11 | 98.07 | - |
| YUV | 197.43 | 157.67 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 191 | 250 | 0.24 | 0.24 | 0 | 0.02 | 239 | 0.86 | 0.86 |
| Hex | BE | BF | FA | 18 | 18 | 0 | 2 | EF | 56 | 56 |
| Octal | 276 | 277 | 372 | 30 | 30 | 0 | 2 | 357 | 126 | 126 |
| Binary | 10111110 | 10111111 | 11111010 | 11000 | 11000 | 0 | 10 | 11101111 | 1010110 | 1010110 |
Color Harmonies of #BEBFFA
Complementary color
Monochromatic Colors of #BEBFFA
Black with #BEBFFA
Text Example
Text Example
White with #BEBFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBFFA; }
p { color: rgb(190,191,250); }
H1.HeaderClassName
{
color: #BEBFFA;
}
.AnyTagClassName
{
color: #BEBFFA;
}
</style>
background-color css
<style>
a { background-color: #BEBFFA; }
a { background-color: rgb(190,191,250); }
div.DivClassName
{
background-color: #BEBFFA;
}
.BgClassName
{
background-color: #BEBFFA;
}
</style>
border-color css
<style>
span { border-color: #BEBFFA; }
span { border-color: rgb(190,191,250); }
td.TdClassName
{
border-color: #BEBFFA;
}
.TagClassName
{
border-color: #BEBFFA;
}
</style>