Shades of Lavender Blue #BEB8F8
Tints of Lavender Blue #BEB8F8
RGB
CMYK
RGB Variations
Color information
#BEB8F8 (or 0xBEB8F8) is known color: Lavender Blue. HEX triplet: BE, B8 and F8. RGB value is (190,184,248). Sum of RGB (Red+Green+Blue) = 190+184+248=622 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.55% from 622); Green value is 184 (72.27% from 255 or 29.58% from 622); Blue value is 248 (97.27% from 255 or 39.87% from 622); Max value from RGB is 248 - color contains mainly: blue. Hex color #BEB8F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEB8F8 is #414707. Grayscale: #C0C0C0. Windows color (decimal): -4278024 or 16300222. OLE color: 16300222.
HSL color Cylindrical-coordinate representation of color #BEB8F8: hue angle of 245.62º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BEB8F8 is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 190 | 184 | 248 | - |
| CMYK | 0.23 | 0.26 | 0 | 0.03 |
| HSL | 245.63º | 0.82% | 0.85% | - |
| HSV(B) | 245.63º | 0.26% | 0.97% | - |
| XYZ | 55.32 | 52.01 | 95.93 | - |
| YUV | 193.09 | 158.99 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 184 | 248 | 0.23 | 0.26 | 0 | 0.03 | 245.63 | 0.82 | 0.85 |
| Hex | BE | B8 | F8 | 17 | 1A | 0 | 3 | F6 | 52 | 55 |
| Octal | 276 | 270 | 370 | 27 | 32 | 0 | 3 | 366 | 122 | 125 |
| Binary | 10111110 | 10111000 | 11111000 | 10111 | 11010 | 0 | 11 | 11110110 | 1010010 | 1010101 |
Color Harmonies of #BEB8F8
Complementary color
Monochromatic Colors of #BEB8F8
Black with #BEB8F8
Text Example
Text Example
White with #BEB8F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB8F8; }
p { color: rgb(190,184,248); }
H1.HeaderClassName
{
color: #BEB8F8;
}
.AnyTagClassName
{
color: #BEB8F8;
}
</style>
background-color css
<style>
a { background-color: #BEB8F8; }
a { background-color: rgb(190,184,248); }
div.DivClassName
{
background-color: #BEB8F8;
}
.BgClassName
{
background-color: #BEB8F8;
}
</style>
border-color css
<style>
span { border-color: #BEB8F8; }
span { border-color: rgb(190,184,248); }
td.TdClassName
{
border-color: #BEB8F8;
}
.TagClassName
{
border-color: #BEB8F8;
}
</style>