#BEBEF2

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

Shades of Lavender Blue #BEBEF2

Tints of Lavender Blue #BEBEF2

Color information

#BEBEF2 (or 0xBEBEF2) is unknown color: approx Lavender Blue. HEX triplet: BE, BE and F2. RGB value is (190,190,242). Sum of RGB (Red+Green+Blue) = 190+190+242=622 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.55% from 622); Green value is 190 (74.61% from 255 or 30.55% from 622); Blue value is 242 (94.92% from 255 or 38.91% from 622); Max value from RGB is 242 - color contains mainly: blue. Hex color #BEBEF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEBEF2 is #41410D. Grayscale: #C3C3C3. Windows color (decimal): -4276494 or 15908542. OLE color: 15908542.

HSL color Cylindrical-coordinate representation of color #BEBEF2: hue angle of 240º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEBEF2 is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB190190242-
CMYK0.210.2100.05
HSL240º66.67%84.71%-
HSV(B)240º21.49%94.9%-
XYZ55.6854.1891.53-
YUV195.93154123.77-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.55%
GREEN value IS 190 (74.61% from 255) = 30.55%
BLUE value IS 242 (94.92% from 255) = 38.91%
R=30.55%
G=30.55%
B=38.91%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1901902420.210.2100.0524066.6784.71
HexBEBEF2151505f04355
Octal276276362252505360103125
Binary101111101011111011110010101011010101011111000010000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBEF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBEF2; }

 p { color: rgb(190,190,242); }

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

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

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

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

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

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

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