Shades of Lavender Blue #BEC1F2
Tints of Lavender Blue #BEC1F2
RGB
CMYK
RGB Variations
Color information
#BEC1F2 (or 0xBEC1F2) is known color: Lavender Blue. HEX triplet: BE, C1 and F2. RGB value is (190,193,242). Sum of RGB (Red+Green+Blue) = 190+193+242=625 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.4% from 625); Green value is 193 (75.78% from 255 or 30.88% from 625); Blue value is 242 (94.92% from 255 or 38.72% from 625); Max value from RGB is 242 - color contains mainly: blue. Hex color #BEC1F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC1F2 is #413E0D. Grayscale: #C5C5C5. Windows color (decimal): -4275726 or 15909310. OLE color: 15909310.
HSL color Cylindrical-coordinate representation of color #BEC1F2: hue angle of 236.54º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEC1F2 is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 193 | 242 | - |
| CMYK | 0.21 | 0.20 | 0 | 0.05 |
| HSL | 236.54º | 0.67% | 0.85% | - |
| HSV(B) | 236.54º | 0.21% | 0.95% | - |
| XYZ | 56.33 | 55.5 | 91.75 | - |
| YUV | 197.69 | 153.01 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 193 | 242 | 0.21 | 0.20 | 0 | 0.05 | 236.54 | 0.67 | 0.85 |
| Hex | BE | C1 | F2 | 15 | 14 | 0 | 5 | ED | 43 | 55 |
| Octal | 276 | 301 | 362 | 25 | 24 | 0 | 5 | 355 | 103 | 125 |
| Binary | 10111110 | 11000001 | 11110010 | 10101 | 10100 | 0 | 101 | 11101101 | 1000011 | 1010101 |
Color Harmonies of #BEC1F2
Complementary color
Monochromatic Colors of #BEC1F2
Black with #BEC1F2
Text Example
Text Example
White with #BEC1F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC1F2; }
p { color: rgb(190,193,242); }
H1.HeaderClassName
{
color: #BEC1F2;
}
.AnyTagClassName
{
color: #BEC1F2;
}
</style>
background-color css
<style>
a { background-color: #BEC1F2; }
a { background-color: rgb(190,193,242); }
div.DivClassName
{
background-color: #BEC1F2;
}
.BgClassName
{
background-color: #BEC1F2;
}
</style>
border-color css
<style>
span { border-color: #BEC1F2; }
span { border-color: rgb(190,193,242); }
td.TdClassName
{
border-color: #BEC1F2;
}
.TagClassName
{
border-color: #BEC1F2;
}
</style>