Shades of Lavender Blue #BECBFE
Tints of Lavender Blue #BECBFE
RGB
CMYK
RGB Variations
Color information
#BECBFE (or 0xBECBFE) is known color: Lavender Blue. HEX triplet: BE, CB and FE. RGB value is (190,203,254). Sum of RGB (Red+Green+Blue) = 190+203+254=647 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.37% from 647); Green value is 203 (79.69% from 255 or 31.38% from 647); Blue value is 254 (99.61% from 255 or 39.26% from 647); Max value from RGB is 254 - color contains mainly: blue. Hex color #BECBFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECBFE is #413401. Grayscale: #CCCCCC. Windows color (decimal): -4273154 or 16698302. OLE color: 16698302.
HSL color Cylindrical-coordinate representation of color #BECBFE: hue angle of 227.81º 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 #BECBFE is Cyan = 0.25, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 190 | 203 | 254 | - |
| CMYK | 0.25 | 0.20 | 0 | 0.00 |
| HSL | 227.81º | 0.97% | 0.87% | - |
| HSV(B) | 227.81º | 0.25% | 1% | - |
| XYZ | 60.48 | 60.81 | 102.32 | - |
| YUV | 204.93 | 155.69 | 117.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 203 | 254 | 0.25 | 0.20 | 0 | 0.00 | 227.81 | 0.97 | 0.87 |
| Hex | BE | CB | FE | 19 | 14 | 0 | 0 | E4 | 61 | 57 |
| Octal | 276 | 313 | 376 | 31 | 24 | 0 | 0 | 344 | 141 | 127 |
| Binary | 10111110 | 11001011 | 11111110 | 11001 | 10100 | 0 | 0 | 11100100 | 1100001 | 1010111 |
Color Harmonies of #BECBFE
Complementary color
Monochromatic Colors of #BECBFE
Black with #BECBFE
Text Example
Text Example
White with #BECBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECBFE; }
p { color: rgb(190,203,254); }
H1.HeaderClassName
{
color: #BECBFE;
}
.AnyTagClassName
{
color: #BECBFE;
}
</style>
background-color css
<style>
a { background-color: #BECBFE; }
a { background-color: rgb(190,203,254); }
div.DivClassName
{
background-color: #BECBFE;
}
.BgClassName
{
background-color: #BECBFE;
}
</style>
border-color css
<style>
span { border-color: #BECBFE; }
span { border-color: rgb(190,203,254); }
td.TdClassName
{
border-color: #BECBFE;
}
.TagClassName
{
border-color: #BECBFE;
}
</style>