#BEBAF6

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

Shades of Lavender Blue #BEBAF6

Tints of Lavender Blue #BEBAF6

Color information

#BEBAF6 (or 0xBEBAF6) is unknown color: approx Lavender Blue. HEX triplet: BE, BA and F6. RGB value is (190,186,246). Sum of RGB (Red+Green+Blue) = 190+186+246=622 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.55% from 622); Green value is 186 (73.05% from 255 or 29.90% from 622); Blue value is 246 (96.48% from 255 or 39.55% from 622); Max value from RGB is 246 - color contains mainly: blue. Hex color #BEBAF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEBAF6 is #414509. Grayscale: #C1C1C1. Windows color (decimal): -4277514 or 16169662. OLE color: 16169662.

HSL color Cylindrical-coordinate representation of color #BEBAF6: hue angle of 244º degrees, saturation: 0.77, 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 #BEBAF6 is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB190186246-
CMYK0.230.2400.04
HSL244º76.92%84.71%-
HSV(B)244º24.39%96.47%-
XYZ55.4352.7294.44-
YUV194.04157.33125.12-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.55%
GREEN value IS 186 (73.05% from 255) = 29.90%
BLUE value IS 246 (96.48% from 255) = 39.55%
R=30.55%
G=29.90%
B=39.55%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1901862460.230.2400.0424476.9284.71
HexBEBAF6171804f44d55
Octal276272366273004364115125
Binary101111101011101011110110101111100001001111010010011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBAF6; }

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

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

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

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

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

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

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

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