Shades of Lavender Blue #BEBAF2
Tints of Lavender Blue #BEBAF2
RGB
CMYK
RGB Variations
Color information
#BEBAF2 (or 0xBEBAF2) is known color: Lavender Blue. HEX triplet: BE, BA and F2. RGB value is (190,186,242). Sum of RGB (Red+Green+Blue) = 190+186+242=618 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.74% from 618); Green value is 186 (73.05% from 255 or 30.10% from 618); Blue value is 242 (94.92% from 255 or 39.16% from 618); Max value from RGB is 242 - color contains mainly: blue. Hex color #BEBAF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEBAF2 is #41450D. Grayscale: #C1C1C1. Windows color (decimal): -4277518 or 15907518. OLE color: 15907518.
HSL color Cylindrical-coordinate representation of color #BEBAF2: hue angle of 244.29º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BEBAF2 is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 186 | 242 | - |
| CMYK | 0.21 | 0.23 | 0 | 0.05 |
| HSL | 244.29º | 0.68% | 0.84% | - |
| HSV(B) | 244.29º | 0.23% | 0.95% | - |
| XYZ | 54.82 | 52.48 | 91.24 | - |
| YUV | 193.58 | 155.33 | 125.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 186 | 242 | 0.21 | 0.23 | 0 | 0.05 | 244.29 | 0.68 | 0.84 |
| Hex | BE | BA | F2 | 15 | 17 | 0 | 5 | F4 | 44 | 54 |
| Octal | 276 | 272 | 362 | 25 | 27 | 0 | 5 | 364 | 104 | 124 |
| Binary | 10111110 | 10111010 | 11110010 | 10101 | 10111 | 0 | 101 | 11110100 | 1000100 | 1010100 |
Color Harmonies of #BEBAF2
Complementary color
Monochromatic Colors of #BEBAF2
Black with #BEBAF2
Text Example
Text Example
White with #BEBAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBAF2; }
p { color: rgb(190,186,242); }
H1.HeaderClassName
{
color: #BEBAF2;
}
.AnyTagClassName
{
color: #BEBAF2;
}
</style>
background-color css
<style>
a { background-color: #BEBAF2; }
a { background-color: rgb(190,186,242); }
div.DivClassName
{
background-color: #BEBAF2;
}
.BgClassName
{
background-color: #BEBAF2;
}
</style>
border-color css
<style>
span { border-color: #BEBAF2; }
span { border-color: rgb(190,186,242); }
td.TdClassName
{
border-color: #BEBAF2;
}
.TagClassName
{
border-color: #BEBAF2;
}
</style>