#BEBAF2

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

Shades of Lavender Blue #BEBAF2

Tints of Lavender Blue #BEBAF2

Color information

#BEBAF2 (or 0xBEBAF2) is unknown color: approx Lavender Blue. HEX triplet: BE, BA and F2. RGB value is (190,186,242). Sum of RGB (Red+Green+Blue) = 190+186+242=618 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.74% from 618); Green value is 186 (73.05% from 255 or 30.10% from 618); Blue value is 242 (94.92% from 255 or 39.16% from 618); Max value from RGB is 242 - color contains mainly: blue. Hex color #BEBAF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEBAF2 is #41450D. Grayscale: #C1C1C1. Windows color (decimal): -4277518 or 15907518. OLE color: 15907518.

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

Color convert

RGB190186242-
CMYK0.210.2300.05
HSL244.29º68.29%83.92%-
HSV(B)244.29º23.14%94.9%-
XYZ54.8252.4891.24-
YUV193.58155.33125.45-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.74%
GREEN value IS 186 (73.05% from 255) = 30.10%
BLUE value IS 242 (94.92% from 255) = 39.16%
R=30.74%
G=30.10%
B=39.16%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1901862420.210.2300.05244.2968.2983.92
HexBEBAF2151705f44454
Octal276272362252705364104124
Binary101111101011101011110010101011011101011111010010001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBAF2; }

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

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

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

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

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

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

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

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