Shades of Lavender Blue #BEBFFF
Tints of Lavender Blue #BEBFFF
RGB
CMYK
RGB Variations
Color information
#BEBFFF (or 0xBEBFFF) is known color: Lavender Blue. HEX triplet: BE, BF and FF. RGB value is (190,191,255). Sum of RGB (Red+Green+Blue) = 190+191+255=636 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.87% from 636); Green value is 191 (75% from 255 or 30.03% from 636); Blue value is 255 (100% from 255 or 40.09% from 636); Max value from RGB is 255 - color contains mainly: blue. Hex color #BEBFFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEBFFF is #414000. Grayscale: #C5C5C5. Windows color (decimal): -4276225 or 16760766. OLE color: 16760766.
HSL color Cylindrical-coordinate representation of color #BEBFFF: hue angle of 239.08º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEBFFF is Cyan = 0.25, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 190 | 191 | 255 | - |
| CMYK | 0.25 | 0.25 | 0 | 0 |
| HSL | 239.08º | 1% | 0.87% | - |
| HSV(B) | 239.08º | 0.25% | 1% | - |
| XYZ | 57.92 | 55.43 | 102.25 | - |
| YUV | 198 | 160.17 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 191 | 255 | 0.25 | 0.25 | 0 | 0 | 239.08 | 1 | 0.87 |
| Hex | BE | BF | FF | 19 | 19 | 0 | 0 | EF | 64 | 57 |
| Octal | 276 | 277 | 377 | 31 | 31 | 0 | 0 | 357 | 144 | 127 |
| Binary | 10111110 | 10111111 | 11111111 | 11001 | 11001 | 0 | 0 | 11101111 | 1100100 | 1010111 |
Color Harmonies of #BEBFFF
Complementary color
Monochromatic Colors of #BEBFFF
Black with #BEBFFF
Text Example
Text Example
White with #BEBFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBFFF; }
p { color: rgb(190,191,255); }
H1.HeaderClassName
{
color: #BEBFFF;
}
.AnyTagClassName
{
color: #BEBFFF;
}
</style>
background-color css
<style>
a { background-color: #BEBFFF; }
a { background-color: rgb(190,191,255); }
div.DivClassName
{
background-color: #BEBFFF;
}
.BgClassName
{
background-color: #BEBFFF;
}
</style>
border-color css
<style>
span { border-color: #BEBFFF; }
span { border-color: rgb(190,191,255); }
td.TdClassName
{
border-color: #BEBFFF;
}
.TagClassName
{
border-color: #BEBFFF;
}
</style>