Shades of Lavender Blue #BEC2F5
Tints of Lavender Blue #BEC2F5
RGB
CMYK
RGB Variations
Color information
#BEC2F5 (or 0xBEC2F5) is known color: Lavender Blue. HEX triplet: BE, C2 and F5. RGB value is (190,194,245). Sum of RGB (Red+Green+Blue) = 190+194+245=629 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.21% from 629); Green value is 194 (76.17% from 255 or 30.84% from 629); Blue value is 245 (96.09% from 255 or 38.95% from 629); Max value from RGB is 245 - color contains mainly: blue. Hex color #BEC2F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC2F5 is #413D0A. Grayscale: #C6C6C6. Windows color (decimal): -4275467 or 16106174. OLE color: 16106174.
HSL color Cylindrical-coordinate representation of color #BEC2F5: hue angle of 235.64º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BEC2F5 is Cyan = 0.22, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 190 | 194 | 245 | - |
| CMYK | 0.22 | 0.21 | 0 | 0.04 |
| HSL | 235.64º | 0.73% | 0.85% | - |
| HSV(B) | 235.64º | 0.22% | 0.96% | - |
| XYZ | 57.01 | 56.12 | 94.21 | - |
| YUV | 198.62 | 154.17 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 194 | 245 | 0.22 | 0.21 | 0 | 0.04 | 235.64 | 0.73 | 0.85 |
| Hex | BE | C2 | F5 | 16 | 15 | 0 | 4 | EC | 49 | 55 |
| Octal | 276 | 302 | 365 | 26 | 25 | 0 | 4 | 354 | 111 | 125 |
| Binary | 10111110 | 11000010 | 11110101 | 10110 | 10101 | 0 | 100 | 11101100 | 1001001 | 1010101 |
Color Harmonies of #BEC2F5
Complementary color
Monochromatic Colors of #BEC2F5
Black with #BEC2F5
Text Example
Text Example
White with #BEC2F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC2F5; }
p { color: rgb(190,194,245); }
H1.HeaderClassName
{
color: #BEC2F5;
}
.AnyTagClassName
{
color: #BEC2F5;
}
</style>
background-color css
<style>
a { background-color: #BEC2F5; }
a { background-color: rgb(190,194,245); }
div.DivClassName
{
background-color: #BEC2F5;
}
.BgClassName
{
background-color: #BEC2F5;
}
</style>
border-color css
<style>
span { border-color: #BEC2F5; }
span { border-color: rgb(190,194,245); }
td.TdClassName
{
border-color: #BEC2F5;
}
.TagClassName
{
border-color: #BEC2F5;
}
</style>