#BECDFE

Color #BECDFE Lavender Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Blue #BECDFE

Tints of Lavender Blue #BECDFE

Color information

#BECDFE (or 0xBECDFE) is unknown color: approx 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

RGB190205254-
CMYK0.250.1900.00
HSL225.94º96.97%87.06%-
HSV(B)225.94º25.2%99.61%-
XYZ60.9661.77102.48-
YUV206.1155.03116.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 29.28%
GREEN value IS 205 (80.47% from 255) = 31.59%
BLUE value IS 254 (99.61% from 255) = 39.14%
R=29.28%
G=31.59%
B=39.14%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1902052540.250.1900.00225.9496.9787.06
HexBECDFE191300e26157
Octal276315376312300342141127
Binary1011111011001101111111101100110011001110001011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>