Shades of Lavender Blue #BEBAFE
Tints of Lavender Blue #BEBAFE
RGB
CMYK
RGB Variations
Color information
#BEBAFE (or 0xBEBAFE) is known color: Lavender Blue. HEX triplet: BE, BA and FE. RGB value is (190,186,254). Sum of RGB (Red+Green+Blue) = 190+186+254=630 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.16% from 630); Green value is 186 (73.05% from 255 or 29.52% from 630); Blue value is 254 (99.61% from 255 or 40.32% from 630); Max value from RGB is 254 - color contains mainly: blue. Hex color #BEBAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEBAFE is #414501. Grayscale: #C2C2C2. Windows color (decimal): -4277506 or 16693950. OLE color: 16693950.
HSL color Cylindrical-coordinate representation of color #BEBAFE: hue angle of 243.53º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BEBAFE is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 190 | 186 | 254 | - |
| CMYK | 0.25 | 0.27 | 0 | 0.00 |
| HSL | 243.53º | 0.97% | 0.86% | - |
| HSV(B) | 243.53º | 0.27% | 1% | - |
| XYZ | 56.68 | 53.22 | 101.05 | - |
| YUV | 194.95 | 161.33 | 124.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 186 | 254 | 0.25 | 0.27 | 0 | 0.00 | 243.53 | 0.97 | 0.86 |
| Hex | BE | BA | FE | 19 | 1B | 0 | 0 | F4 | 61 | 56 |
| Octal | 276 | 272 | 376 | 31 | 33 | 0 | 0 | 364 | 141 | 126 |
| Binary | 10111110 | 10111010 | 11111110 | 11001 | 11011 | 0 | 0 | 11110100 | 1100001 | 1010110 |
Color Harmonies of #BEBAFE
Complementary color
Monochromatic Colors of #BEBAFE
Black with #BEBAFE
Text Example
Text Example
White with #BEBAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBAFE; }
p { color: rgb(190,186,254); }
H1.HeaderClassName
{
color: #BEBAFE;
}
.AnyTagClassName
{
color: #BEBAFE;
}
</style>
background-color css
<style>
a { background-color: #BEBAFE; }
a { background-color: rgb(190,186,254); }
div.DivClassName
{
background-color: #BEBAFE;
}
.BgClassName
{
background-color: #BEBAFE;
}
</style>
border-color css
<style>
span { border-color: #BEBAFE; }
span { border-color: rgb(190,186,254); }
td.TdClassName
{
border-color: #BEBAFE;
}
.TagClassName
{
border-color: #BEBAFE;
}
</style>