Shades of Lavender Blue #BEC5FA
Tints of Lavender Blue #BEC5FA
RGB
CMYK
RGB Variations
Color information
#BEC5FA (or 0xBEC5FA) is known color: Lavender Blue. HEX triplet: BE, C5 and FA. RGB value is (190,197,250). Sum of RGB (Red+Green+Blue) = 190+197+250=637 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.83% from 637); Green value is 197 (77.34% from 255 or 30.93% from 637); Blue value is 250 (98.05% from 255 or 39.25% from 637); Max value from RGB is 250 - color contains mainly: blue. Hex color #BEC5FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC5FA is #413A05. Grayscale: #C8C8C8. Windows color (decimal): -4274694 or 16434622. OLE color: 16434622.
HSL color Cylindrical-coordinate representation of color #BEC5FA: hue angle of 233º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BEC5FA is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 190 | 197 | 250 | - |
| CMYK | 0.24 | 0.21 | 0 | 0.02 |
| HSL | 233º | 0.86% | 0.86% | - |
| HSV(B) | 233º | 0.24% | 0.98% | - |
| XYZ | 58.46 | 57.78 | 98.51 | - |
| YUV | 200.95 | 155.68 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 197 | 250 | 0.24 | 0.21 | 0 | 0.02 | 233 | 0.86 | 0.86 |
| Hex | BE | C5 | FA | 18 | 15 | 0 | 2 | E9 | 56 | 56 |
| Octal | 276 | 305 | 372 | 30 | 25 | 0 | 2 | 351 | 126 | 126 |
| Binary | 10111110 | 11000101 | 11111010 | 11000 | 10101 | 0 | 10 | 11101001 | 1010110 | 1010110 |
Color Harmonies of #BEC5FA
Complementary color
Monochromatic Colors of #BEC5FA
Black with #BEC5FA
Text Example
Text Example
White with #BEC5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC5FA; }
p { color: rgb(190,197,250); }
H1.HeaderClassName
{
color: #BEC5FA;
}
.AnyTagClassName
{
color: #BEC5FA;
}
</style>
background-color css
<style>
a { background-color: #BEC5FA; }
a { background-color: rgb(190,197,250); }
div.DivClassName
{
background-color: #BEC5FA;
}
.BgClassName
{
background-color: #BEC5FA;
}
</style>
border-color css
<style>
span { border-color: #BEC5FA; }
span { border-color: rgb(190,197,250); }
td.TdClassName
{
border-color: #BEC5FA;
}
.TagClassName
{
border-color: #BEC5FA;
}
</style>