Shades of Lavender Blue #BEBFF8
Tints of Lavender Blue #BEBFF8
RGB
CMYK
RGB Variations
Color information
#BEBFF8 (or 0xBEBFF8) is known color: Lavender Blue. HEX triplet: BE, BF and F8. RGB value is (190,191,248). Sum of RGB (Red+Green+Blue) = 190+191+248=629 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.21% from 629); Green value is 191 (75% from 255 or 30.37% 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 #BEBFF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEBFF8 is #414007. Grayscale: #C4C4C4. Windows color (decimal): -4276232 or 16302014. OLE color: 16302014.
HSL color Cylindrical-coordinate representation of color #BEBFF8: hue angle of 238.97º 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 #BEBFF8 is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 190 | 191 | 248 | - |
| CMYK | 0.23 | 0.23 | 0 | 0.03 |
| HSL | 238.97º | 0.81% | 0.86% | - |
| HSV(B) | 238.97º | 0.23% | 0.97% | - |
| XYZ | 56.81 | 54.99 | 96.43 | - |
| YUV | 197.2 | 156.67 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 191 | 248 | 0.23 | 0.23 | 0 | 0.03 | 238.97 | 0.81 | 0.86 |
| Hex | BE | BF | F8 | 17 | 17 | 0 | 3 | EF | 51 | 56 |
| Octal | 276 | 277 | 370 | 27 | 27 | 0 | 3 | 357 | 121 | 126 |
| Binary | 10111110 | 10111111 | 11111000 | 10111 | 10111 | 0 | 11 | 11101111 | 1010001 | 1010110 |
Color Harmonies of #BEBFF8
Complementary color
Monochromatic Colors of #BEBFF8
Black with #BEBFF8
Text Example
Text Example
White with #BEBFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBFF8; }
p { color: rgb(190,191,248); }
H1.HeaderClassName
{
color: #BEBFF8;
}
.AnyTagClassName
{
color: #BEBFF8;
}
</style>
background-color css
<style>
a { background-color: #BEBFF8; }
a { background-color: rgb(190,191,248); }
div.DivClassName
{
background-color: #BEBFF8;
}
.BgClassName
{
background-color: #BEBFF8;
}
</style>
border-color css
<style>
span { border-color: #BEBFF8; }
span { border-color: rgb(190,191,248); }
td.TdClassName
{
border-color: #BEBFF8;
}
.TagClassName
{
border-color: #BEBFF8;
}
</style>