#BAB5F9

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

Shades of Lavender Blue #BAB5F9

Tints of Lavender Blue #BAB5F9

Color information

#BAB5F9 (or 0xBAB5F9) is unknown color: approx Lavender Blue. HEX triplet: BA, B5 and F9. RGB value is (186,181,249). Sum of RGB (Red+Green+Blue) = 186+181+249=616 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.19% from 616); Green value is 181 (71.09% from 255 or 29.38% from 616); Blue value is 249 (97.66% from 255 or 40.42% from 616); Max value from RGB is 249 - color contains mainly: blue. Hex color #BAB5F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAB5F9 is #454A06. Grayscale: #BDBDBD. Windows color (decimal): -4540935 or 16364986. OLE color: 16364986.

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

Color convert

RGB186181249-
CMYK0.250.2700.02
HSL244.41º85%84.31%-
HSV(B)244.41º27.31%97.65%-
XYZ53.8750.3396.5-
YUV190.25161.16124.97-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.19%
GREEN value IS 181 (71.09% from 255) = 29.38%
BLUE value IS 249 (97.66% from 255) = 40.42%
R=30.19%
G=29.38%
B=40.42%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1861812490.250.2700.02244.418584.31
HexBAB5F9191B02f45554
Octal272265371313302364125124
Binary10111010101101011111100111001110110101111010010101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB5F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB5F9; }

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

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

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

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

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

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

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

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