Shades of Lavender Blue #BEBEFF
Tints of Lavender Blue #BEBEFF
RGB
CMYK
RGB Variations
Color information
#BEBEFF (or 0xBEBEFF) is known color: Lavender Blue. HEX triplet: BE, BE and FF. RGB value is (190,190,255). Sum of RGB (Red+Green+Blue) = 190+190+255=635 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.92% from 635); Green value is 190 (74.61% from 255 or 29.92% from 635); Blue value is 255 (100% from 255 or 40.16% from 635); Max value from RGB is 255 - color contains mainly: blue. Hex color #BEBEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEBEFF is #414100. Grayscale: #C5C5C5. Windows color (decimal): -4276481 or 16760510. OLE color: 16760510.
HSL color Cylindrical-coordinate representation of color #BEBEFF: hue angle of 240º 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 #BEBEFF is Cyan = 0.25, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 190 | 190 | 255 | - |
| CMYK | 0.25 | 0.25 | 0 | 0 |
| HSL | 240º | 1% | 0.87% | - |
| HSV(B) | 240º | 0.25% | 1% | - |
| XYZ | 57.7 | 54.99 | 102.18 | - |
| YUV | 197.41 | 160.5 | 122.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 190 | 255 | 0.25 | 0.25 | 0 | 0 | 240 | 1 | 0.87 |
| Hex | BE | BE | FF | 19 | 19 | 0 | 0 | F0 | 64 | 57 |
| Octal | 276 | 276 | 377 | 31 | 31 | 0 | 0 | 360 | 144 | 127 |
| Binary | 10111110 | 10111110 | 11111111 | 11001 | 11001 | 0 | 0 | 11110000 | 1100100 | 1010111 |
Color Harmonies of #BEBEFF
Complementary color
Monochromatic Colors of #BEBEFF
Black with #BEBEFF
Text Example
Text Example
White with #BEBEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBEFF; }
p { color: rgb(190,190,255); }
H1.HeaderClassName
{
color: #BEBEFF;
}
.AnyTagClassName
{
color: #BEBEFF;
}
</style>
background-color css
<style>
a { background-color: #BEBEFF; }
a { background-color: rgb(190,190,255); }
div.DivClassName
{
background-color: #BEBEFF;
}
.BgClassName
{
background-color: #BEBEFF;
}
</style>
border-color css
<style>
span { border-color: #BEBEFF; }
span { border-color: rgb(190,190,255); }
td.TdClassName
{
border-color: #BEBEFF;
}
.TagClassName
{
border-color: #BEBEFF;
}
</style>