Shades of Lavender Blue #BEBFF0
Tints of Lavender Blue #BEBFF0
RGB
CMYK
RGB Variations
Color information
#BEBFF0 (or 0xBEBFF0) is known color: Lavender Blue. HEX triplet: BE, BF and F0. RGB value is (190,191,240). Sum of RGB (Red+Green+Blue) = 190+191+240=621 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.60% from 621); Green value is 191 (75% from 255 or 30.76% from 621); Blue value is 240 (94.14% from 255 or 38.65% from 621); Max value from RGB is 240 - color contains mainly: blue. Hex color #BEBFF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEBFF0 is #41400F. Grayscale: #C4C4C4. Windows color (decimal): -4276240 or 15777726. OLE color: 15777726.
HSL color Cylindrical-coordinate representation of color #BEBFF0: hue angle of 238.8º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEBFF0 is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 191 | 240 | - |
| CMYK | 0.21 | 0.20 | 0 | 0.06 |
| HSL | 238.8º | 0.63% | 0.84% | - |
| HSV(B) | 238.8º | 0.21% | 0.94% | - |
| XYZ | 55.59 | 54.5 | 90.03 | - |
| YUV | 196.29 | 152.67 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 191 | 240 | 0.21 | 0.20 | 0 | 0.06 | 238.8 | 0.63 | 0.84 |
| Hex | BE | BF | F0 | 15 | 14 | 0 | 6 | EF | 3E | 54 |
| Octal | 276 | 277 | 360 | 25 | 24 | 0 | 6 | 357 | 76 | 124 |
| Binary | 10111110 | 10111111 | 11110000 | 10101 | 10100 | 0 | 110 | 11101111 | 111110 | 1010100 |
Color Harmonies of #BEBFF0
Complementary color
Monochromatic Colors of #BEBFF0
Black with #BEBFF0
Text Example
Text Example
White with #BEBFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBFF0; }
p { color: rgb(190,191,240); }
H1.HeaderClassName
{
color: #BEBFF0;
}
.AnyTagClassName
{
color: #BEBFF0;
}
</style>
background-color css
<style>
a { background-color: #BEBFF0; }
a { background-color: rgb(190,191,240); }
div.DivClassName
{
background-color: #BEBFF0;
}
.BgClassName
{
background-color: #BEBFF0;
}
</style>
border-color css
<style>
span { border-color: #BEBFF0; }
span { border-color: rgb(190,191,240); }
td.TdClassName
{
border-color: #BEBFF0;
}
.TagClassName
{
border-color: #BEBFF0;
}
</style>