Shades of Lavender Blue #BEBAFC
Tints of Lavender Blue #BEBAFC
RGB
CMYK
RGB Variations
Color information
#BEBAFC (or 0xBEBAFC) is known color: Lavender Blue. HEX triplet: BE, BA and FC. RGB value is (190,186,252). Sum of RGB (Red+Green+Blue) = 190+186+252=628 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.25% from 628); Green value is 186 (73.05% from 255 or 29.62% from 628); Blue value is 252 (98.83% from 255 or 40.13% from 628); Max value from RGB is 252 - color contains mainly: blue. Hex color #BEBAFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEBAFC is #414503. Grayscale: #C2C2C2. Windows color (decimal): -4277508 or 16562878. OLE color: 16562878.
HSL color Cylindrical-coordinate representation of color #BEBAFC: hue angle of 243.64º degrees, saturation: 0.92, 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 #BEBAFC is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 190 | 186 | 252 | - |
| CMYK | 0.25 | 0.26 | 0 | 0.01 |
| HSL | 243.64º | 0.92% | 0.86% | - |
| HSV(B) | 243.64º | 0.26% | 0.99% | - |
| XYZ | 56.36 | 53.09 | 99.37 | - |
| YUV | 194.72 | 160.33 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 186 | 252 | 0.25 | 0.26 | 0 | 0.01 | 243.64 | 0.92 | 0.86 |
| Hex | BE | BA | FC | 19 | 1A | 0 | 1 | F4 | 5C | 56 |
| Octal | 276 | 272 | 374 | 31 | 32 | 0 | 1 | 364 | 134 | 126 |
| Binary | 10111110 | 10111010 | 11111100 | 11001 | 11010 | 0 | 1 | 11110100 | 1011100 | 1010110 |
Color Harmonies of #BEBAFC
Complementary color
Monochromatic Colors of #BEBAFC
Black with #BEBAFC
Text Example
Text Example
White with #BEBAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBAFC; }
p { color: rgb(190,186,252); }
H1.HeaderClassName
{
color: #BEBAFC;
}
.AnyTagClassName
{
color: #BEBAFC;
}
</style>
background-color css
<style>
a { background-color: #BEBAFC; }
a { background-color: rgb(190,186,252); }
div.DivClassName
{
background-color: #BEBAFC;
}
.BgClassName
{
background-color: #BEBAFC;
}
</style>
border-color css
<style>
span { border-color: #BEBAFC; }
span { border-color: rgb(190,186,252); }
td.TdClassName
{
border-color: #BEBAFC;
}
.TagClassName
{
border-color: #BEBAFC;
}
</style>