#BAB5FF

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

Shades of Lavender Blue #BAB5FF

Tints of Lavender Blue #BAB5FF

Color information

#BAB5FF (or 0xBAB5FF) is unknown color: approx Lavender Blue. HEX triplet: BA, B5 and FF. RGB value is (186,181,255). Sum of RGB (Red+Green+Blue) = 186+181+255=622 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.90% from 622); Green value is 181 (71.09% from 255 or 29.10% from 622); Blue value is 255 (100% from 255 or 41.00% from 622); Max value from RGB is 255 - color contains mainly: blue. Hex color #BAB5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAB5FF is #454A00. Grayscale: #BEBEBE. Windows color (decimal): -4540929 or 16758202. OLE color: 16758202.

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

Color convert

RGB186181255-
CMYK0.270.2900
HSL244.05º100%85.49%-
HSV(B)244.05º29.02%100%-
XYZ54.8250.71101.51-
YUV190.93164.16124.48-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.90%
GREEN value IS 181 (71.09% from 255) = 29.10%
BLUE value IS 255 (100% from 255) = 41.00%
R=29.90%
G=29.10%
B=41.00%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1861812550.270.2900244.0510085.49
HexBAB5FF1B1D00f46455
Octal272265377333500364144125
Binary1011101010110101111111111101111101001111010011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB5FF; }

 p { color: rgb(186,181,255); }

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

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

 a { background-color: rgb(186,181,255); }

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

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

 span { border-color: rgb(186,181,255); }

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