#BAB9F9

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

Shades of Lavender Blue #BAB9F9

Tints of Lavender Blue #BAB9F9

Color information

#BAB9F9 (or 0xBAB9F9) is unknown color: approx Lavender Blue. HEX triplet: BA, B9 and F9. RGB value is (186,185,249). Sum of RGB (Red+Green+Blue) = 186+185+249=620 (82% of max value = 765). Red value is 186 (73.05% from 255 or 30% from 620); Green value is 185 (72.66% from 255 or 29.84% from 620); Blue value is 249 (97.66% from 255 or 40.16% from 620); Max value from RGB is 249 - color contains mainly: blue. Hex color #BAB9F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAB9F9 is #454606. Grayscale: #C0C0C0. Windows color (decimal): -4539911 or 16366010. OLE color: 16366010.

HSL color Cylindrical-coordinate representation of color #BAB9F9: hue angle of 240.94º degrees, saturation: 0.84, 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 #BAB9F9 is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB186185249-
CMYK0.250.2600.02
HSL240.94º84.21%85.1%-
HSV(B)240.94º25.7%97.65%-
XYZ54.751.9896.77-
YUV192.6159.83123.3-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30%
GREEN value IS 185 (72.66% from 255) = 29.84%
BLUE value IS 249 (97.66% from 255) = 40.16%
R=30%
G=29.84%
B=40.16%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1861852490.250.2600.02240.9484.2185.1
HexBAB9F9191A02f15455
Octal272271371313202361124125
Binary10111010101110011111100111001110100101111000110101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB9F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB9F9; }

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

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

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

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

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

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

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

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