#BAB9FB

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

Shades of Lavender Blue #BAB9FB

Tints of Lavender Blue #BAB9FB

Color information

#BAB9FB (or 0xBAB9FB) is unknown color: approx Lavender Blue. HEX triplet: BA, B9 and FB. RGB value is (186,185,251). Sum of RGB (Red+Green+Blue) = 186+185+251=622 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.90% from 622); Green value is 185 (72.66% from 255 or 29.74% from 622); Blue value is 251 (98.44% from 255 or 40.35% from 622); Max value from RGB is 251 - color contains mainly: blue. Hex color #BAB9FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAB9FB is #454604. Grayscale: #C0C0C0. Windows color (decimal): -4539909 or 16497082. OLE color: 16497082.

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

Color convert

RGB186185251-
CMYK0.260.2600.02
HSL240.91º89.19%85.49%-
HSV(B)240.91º26.29%98.43%-
XYZ55.0152.198.42-
YUV192.82160.83123.13-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.90%
GREEN value IS 185 (72.66% from 255) = 29.74%
BLUE value IS 251 (98.44% from 255) = 40.35%
R=29.90%
G=29.74%
B=40.35%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1861852510.260.2600.02240.9189.1985.49
HexBAB9FB1A1A02f15955
Octal272271373323202361131125
Binary10111010101110011111101111010110100101111000110110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB9FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB9FB; }

 p { color: rgb(186,185,251); }

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

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

 a { background-color: rgb(186,185,251); }

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

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

 span { border-color: rgb(186,185,251); }

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