Shades of Lavender Blue #BEC7FF
Tints of Lavender Blue #BEC7FF
RGB
CMYK
RGB Variations
Color information
#BEC7FF (or 0xBEC7FF) is known color: Lavender Blue. HEX triplet: BE, C7 and FF. RGB value is (190,199,255). Sum of RGB (Red+Green+Blue) = 190+199+255=644 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.50% from 644); Green value is 199 (78.12% from 255 or 30.90% from 644); Blue value is 255 (100% from 255 or 39.60% from 644); Max value from RGB is 255 - color contains mainly: blue. Hex color #BEC7FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC7FF is #413800. Grayscale: #CACACA. Windows color (decimal): -4274177 or 16762814. OLE color: 16762814.
HSL color Cylindrical-coordinate representation of color #BEC7FF: hue angle of 231.69º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEC7FF is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 190 | 199 | 255 | - |
| CMYK | 0.25 | 0.22 | 0 | 0 |
| HSL | 231.69º | 1% | 0.87% | - |
| HSV(B) | 231.69º | 0.25% | 1% | - |
| XYZ | 59.71 | 59.01 | 102.85 | - |
| YUV | 202.69 | 157.52 | 118.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 199 | 255 | 0.25 | 0.22 | 0 | 0 | 231.69 | 1 | 0.87 |
| Hex | BE | C7 | FF | 19 | 16 | 0 | 0 | E8 | 64 | 57 |
| Octal | 276 | 307 | 377 | 31 | 26 | 0 | 0 | 350 | 144 | 127 |
| Binary | 10111110 | 11000111 | 11111111 | 11001 | 10110 | 0 | 0 | 11101000 | 1100100 | 1010111 |
Color Harmonies of #BEC7FF
Complementary color
Monochromatic Colors of #BEC7FF
Black with #BEC7FF
Text Example
Text Example
White with #BEC7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC7FF; }
p { color: rgb(190,199,255); }
H1.HeaderClassName
{
color: #BEC7FF;
}
.AnyTagClassName
{
color: #BEC7FF;
}
</style>
background-color css
<style>
a { background-color: #BEC7FF; }
a { background-color: rgb(190,199,255); }
div.DivClassName
{
background-color: #BEC7FF;
}
.BgClassName
{
background-color: #BEC7FF;
}
</style>
border-color css
<style>
span { border-color: #BEC7FF; }
span { border-color: rgb(190,199,255); }
td.TdClassName
{
border-color: #BEC7FF;
}
.TagClassName
{
border-color: #BEC7FF;
}
</style>