Shades of Lavender Blue #BEBAFD
Tints of Lavender Blue #BEBAFD
RGB
CMYK
RGB Variations
Color information
#BEBAFD (or 0xBEBAFD) is known color: Lavender Blue. HEX triplet: BE, BA and FD. RGB value is (190,186,253). Sum of RGB (Red+Green+Blue) = 190+186+253=629 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.21% from 629); Green value is 186 (73.05% from 255 or 29.57% from 629); Blue value is 253 (99.22% from 255 or 40.22% from 629); Max value from RGB is 253 - color contains mainly: blue. Hex color #BEBAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEBAFD is #414502. Grayscale: #C2C2C2. Windows color (decimal): -4277507 or 16628414. OLE color: 16628414.
HSL color Cylindrical-coordinate representation of color #BEBAFD: hue angle of 243.58º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BEBAFD is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 190 | 186 | 253 | - |
| CMYK | 0.25 | 0.26 | 0 | 0.01 |
| HSL | 243.58º | 0.94% | 0.86% | - |
| HSV(B) | 243.58º | 0.26% | 0.99% | - |
| XYZ | 56.52 | 53.16 | 100.21 | - |
| YUV | 194.83 | 160.83 | 124.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 186 | 253 | 0.25 | 0.26 | 0 | 0.01 | 243.58 | 0.94 | 0.86 |
| Hex | BE | BA | FD | 19 | 1A | 0 | 1 | F4 | 5E | 56 |
| Octal | 276 | 272 | 375 | 31 | 32 | 0 | 1 | 364 | 136 | 126 |
| Binary | 10111110 | 10111010 | 11111101 | 11001 | 11010 | 0 | 1 | 11110100 | 1011110 | 1010110 |
Color Harmonies of #BEBAFD
Complementary color
Monochromatic Colors of #BEBAFD
Black with #BEBAFD
Text Example
Text Example
White with #BEBAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBAFD; }
p { color: rgb(190,186,253); }
H1.HeaderClassName
{
color: #BEBAFD;
}
.AnyTagClassName
{
color: #BEBAFD;
}
</style>
background-color css
<style>
a { background-color: #BEBAFD; }
a { background-color: rgb(190,186,253); }
div.DivClassName
{
background-color: #BEBAFD;
}
.BgClassName
{
background-color: #BEBAFD;
}
</style>
border-color css
<style>
span { border-color: #BEBAFD; }
span { border-color: rgb(190,186,253); }
td.TdClassName
{
border-color: #BEBAFD;
}
.TagClassName
{
border-color: #BEBAFD;
}
</style>