#BEBAF5

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

Shades of Lavender Blue #BEBAF5

Tints of Lavender Blue #BEBAF5

Color information

#BEBAF5 (or 0xBEBAF5) is unknown color: approx Lavender Blue. HEX triplet: BE, BA and F5. RGB value is (190,186,245). Sum of RGB (Red+Green+Blue) = 190+186+245=621 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.60% from 621); Green value is 186 (73.05% from 255 or 29.95% from 621); Blue value is 245 (96.09% from 255 or 39.45% from 621); Max value from RGB is 245 - color contains mainly: blue. Hex color #BEBAF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEBAF5 is #41450A. Grayscale: #C1C1C1. Windows color (decimal): -4277515 or 16104126. OLE color: 16104126.

HSL color Cylindrical-coordinate representation of color #BEBAF5: hue angle of 244.07º degrees, saturation: 0.75, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BEBAF5 is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB190186245-
CMYK0.220.2400.04
HSL244.07º74.68%84.51%-
HSV(B)244.07º24.08%96.08%-
XYZ55.2852.6693.64-
YUV193.92156.83125.2-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.60%
GREEN value IS 186 (73.05% from 255) = 29.95%
BLUE value IS 245 (96.09% from 255) = 39.45%
R=30.60%
G=29.95%
B=39.45%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1901862450.220.2400.04244.0774.6884.51
HexBEBAF5161804f44b55
Octal276272365263004364113125
Binary101111101011101011110101101101100001001111010010010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBAF5; }

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

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

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

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

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

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

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

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