Shades of Lavender Blue #BECDFE
Tints of Lavender Blue #BECDFE
RGB
CMYK
RGB Variations
Color information
#BECDFE (or 0xBECDFE) is known color: Lavender Blue. HEX triplet: BE, CD and FE. RGB value is (190,205,254). Sum of RGB (Red+Green+Blue) = 190+205+254=649 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.28% from 649); Green value is 205 (80.47% from 255 or 31.59% from 649); Blue value is 254 (99.61% from 255 or 39.14% from 649); Max value from RGB is 254 - color contains mainly: blue. Hex color #BECDFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECDFE is #413201. Grayscale: #CDCDCD. Windows color (decimal): -4272642 or 16698814. OLE color: 16698814.
HSL color Cylindrical-coordinate representation of color #BECDFE: hue angle of 225.94º 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 #BECDFE is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 190 | 205 | 254 | - |
| CMYK | 0.25 | 0.19 | 0 | 0.00 |
| HSL | 225.94º | 0.97% | 0.87% | - |
| HSV(B) | 225.94º | 0.25% | 1% | - |
| XYZ | 60.96 | 61.77 | 102.48 | - |
| YUV | 206.1 | 155.03 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 205 | 254 | 0.25 | 0.19 | 0 | 0.00 | 225.94 | 0.97 | 0.87 |
| Hex | BE | CD | FE | 19 | 13 | 0 | 0 | E2 | 61 | 57 |
| Octal | 276 | 315 | 376 | 31 | 23 | 0 | 0 | 342 | 141 | 127 |
| Binary | 10111110 | 11001101 | 11111110 | 11001 | 10011 | 0 | 0 | 11100010 | 1100001 | 1010111 |
Color Harmonies of #BECDFE
Complementary color
Monochromatic Colors of #BECDFE
Black with #BECDFE
Text Example
Text Example
White with #BECDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECDFE; }
p { color: rgb(190,205,254); }
H1.HeaderClassName
{
color: #BECDFE;
}
.AnyTagClassName
{
color: #BECDFE;
}
</style>
background-color css
<style>
a { background-color: #BECDFE; }
a { background-color: rgb(190,205,254); }
div.DivClassName
{
background-color: #BECDFE;
}
.BgClassName
{
background-color: #BECDFE;
}
</style>
border-color css
<style>
span { border-color: #BECDFE; }
span { border-color: rgb(190,205,254); }
td.TdClassName
{
border-color: #BECDFE;
}
.TagClassName
{
border-color: #BECDFE;
}
</style>