#BECDFF

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

Shades of Lavender Blue #BECDFF

Tints of Lavender Blue #BECDFF

Color information

#BECDFF (or 0xBECDFF) is unknown color: approx Lavender Blue. HEX triplet: BE, CD and FF. RGB value is (190,205,255). Sum of RGB (Red+Green+Blue) = 190+205+255=650 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.23% from 650); Green value is 205 (80.47% from 255 or 31.54% from 650); Blue value is 255 (100% from 255 or 39.23% from 650); Max value from RGB is 255 - color contains mainly: blue. Hex color #BECDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECDFF is #413200. Grayscale: #CECECE. Windows color (decimal): -4272641 or 16764350. OLE color: 16764350.

HSL color Cylindrical-coordinate representation of color #BECDFF: hue angle of 226.15º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BECDFF is Cyan = 0.25, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB190205255-
CMYK0.250.2000
HSL226.15º100%87.25%-
HSV(B)226.15º25.49%100%-
XYZ61.1261.83103.32-
YUV206.21155.53116.43-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.23%
GREEN value IS 205 (80.47% from 255) = 31.54%
BLUE value IS 255 (100% from 255) = 39.23%
R=29.23%
G=31.54%
B=39.23%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1902052550.250.2000226.1510087.25
HexBECDFF191400e26457
Octal276315377312400342144127
Binary1011111011001101111111111100110100001110001011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECDFF; }

 p { color: rgb(190,205,255); }

 H1.HeaderClassName
 {
   color: #BECDFF;
 }
 .AnyTagClassName
 {
   color: #BECDFF;
 }
</style>
background-color css

<style>
 a { background-color: #BECDFF; }

 a { background-color: rgb(190,205,255); }

 div.DivClassName
 {
   background-color: #BECDFF;
 }
 .BgClassName
 {
   background-color: #BECDFF;
 }
</style>
border-color css

<style>
 span { border-color: #BECDFF; }

 span { border-color: rgb(190,205,255); }

 td.TdClassName
 {
   border-color: #BECDFF;
 }
 .TagClassName
 {
   border-color: #BECDFF;
 }
</style>