Shades of Lavender Blue #BEC7FD
Tints of Lavender Blue #BEC7FD
RGB
CMYK
RGB Variations
Color information
#BEC7FD (or 0xBEC7FD) is known color: Lavender Blue. HEX triplet: BE, C7 and FD. RGB value is (190,199,253). Sum of RGB (Red+Green+Blue) = 190+199+253=642 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.60% from 642); Green value is 199 (78.12% from 255 or 31.00% from 642); Blue value is 253 (99.22% from 255 or 39.41% from 642); Max value from RGB is 253 - color contains mainly: blue. Hex color #BEC7FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC7FD is #413802. Grayscale: #CACACA. Windows color (decimal): -4274179 or 16631742. OLE color: 16631742.
HSL color Cylindrical-coordinate representation of color #BEC7FD: hue angle of 231.43º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEC7FD is Cyan = 0.25, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 190 | 199 | 253 | - |
CMYK | 0.25 | 0.21 | 0 | 0.01 |
HSL | 231.43º | 0.94% | 0.87% | - |
HSV(B) | 231.43º | 0.25% | 0.99% | - |
XYZ | 59.39 | 58.89 | 101.16 | - |
YUV | 202.47 | 156.52 | 119.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 199 | 253 | 0.25 | 0.21 | 0 | 0.01 | 231.43 | 0.94 | 0.87 |
Hex | BE | C7 | FD | 19 | 15 | 0 | 1 | E7 | 5E | 57 |
Octal | 276 | 307 | 375 | 31 | 25 | 0 | 1 | 347 | 136 | 127 |
Binary | 10111110 | 11000111 | 11111101 | 11001 | 10101 | 0 | 1 | 11100111 | 1011110 | 1010111 |
Color Harmonies of #BEC7FD
Complementary color
Monochromatic Colors of #BEC7FD
Black with #BEC7FD
Text Example
Text Example
White with #BEC7FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC7FD; }
p { color: rgb(190,199,253); }
H1.HeaderClassName
{
color: #BEC7FD;
}
.AnyTagClassName
{
color: #BEC7FD;
}
</style>
background-color css
<style>
a { background-color: #BEC7FD; }
a { background-color: rgb(190,199,253); }
div.DivClassName
{
background-color: #BEC7FD;
}
.BgClassName
{
background-color: #BEC7FD;
}
</style>
border-color css
<style>
span { border-color: #BEC7FD; }
span { border-color: rgb(190,199,253); }
td.TdClassName
{
border-color: #BEC7FD;
}
.TagClassName
{
border-color: #BEC7FD;
}
</style>