Shades of Lavender Blue #BEC8FE
Tints of Lavender Blue #BEC8FE
RGB
CMYK
RGB Variations
Color information
#BEC8FE (or 0xBEC8FE) is known color: Lavender Blue. HEX triplet: BE, C8 and FE. RGB value is (190,200,254). Sum of RGB (Red+Green+Blue) = 190+200+254=644 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.50% from 644); Green value is 200 (78.52% from 255 or 31.06% from 644); Blue value is 254 (99.61% from 255 or 39.44% from 644); Max value from RGB is 254 - color contains mainly: blue. Hex color #BEC8FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC8FE is #413701. Grayscale: #CACACA. Windows color (decimal): -4273922 or 16697534. OLE color: 16697534.
HSL color Cylindrical-coordinate representation of color #BEC8FE: hue angle of 230.62º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEC8FE is Cyan = 0.25, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 190 | 200 | 254 | - |
| CMYK | 0.25 | 0.21 | 0 | 0.00 |
| HSL | 230.63º | 0.97% | 0.87% | - |
| HSV(B) | 230.63º | 0.25% | 1% | - |
| XYZ | 59.78 | 59.41 | 102.08 | - |
| YUV | 203.17 | 156.69 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 200 | 254 | 0.25 | 0.21 | 0 | 0.00 | 230.63 | 0.97 | 0.87 |
| Hex | BE | C8 | FE | 19 | 15 | 0 | 0 | E7 | 61 | 57 |
| Octal | 276 | 310 | 376 | 31 | 25 | 0 | 0 | 347 | 141 | 127 |
| Binary | 10111110 | 11001000 | 11111110 | 11001 | 10101 | 0 | 0 | 11100111 | 1100001 | 1010111 |
Color Harmonies of #BEC8FE
Complementary color
Monochromatic Colors of #BEC8FE
Black with #BEC8FE
Text Example
Text Example
White with #BEC8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC8FE; }
p { color: rgb(190,200,254); }
H1.HeaderClassName
{
color: #BEC8FE;
}
.AnyTagClassName
{
color: #BEC8FE;
}
</style>
background-color css
<style>
a { background-color: #BEC8FE; }
a { background-color: rgb(190,200,254); }
div.DivClassName
{
background-color: #BEC8FE;
}
.BgClassName
{
background-color: #BEC8FE;
}
</style>
border-color css
<style>
span { border-color: #BEC8FE; }
span { border-color: rgb(190,200,254); }
td.TdClassName
{
border-color: #BEC8FE;
}
.TagClassName
{
border-color: #BEC8FE;
}
</style>