#BABAF9

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

Shades of Lavender Blue #BABAF9

Tints of Lavender Blue #BABAF9

Color information

#BABAF9 (or 0xBABAF9) is unknown color: approx Lavender Blue. HEX triplet: BA, BA and F9. RGB value is (186,186,249). Sum of RGB (Red+Green+Blue) = 186+186+249=621 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.95% from 621); Green value is 186 (73.05% from 255 or 29.95% from 621); Blue value is 249 (97.66% from 255 or 40.10% from 621); Max value from RGB is 249 - color contains mainly: blue. Hex color #BABAF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABAF9 is #454506. Grayscale: #C0C0C0. Windows color (decimal): -4539655 or 16366266. OLE color: 16366266.

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

Color convert

RGB186186249-
CMYK0.250.2500.02
HSL240º84%85.29%-
HSV(B)240º25.3%97.65%-
XYZ54.9152.496.84-
YUV193.18159.5122.88-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.95%
GREEN value IS 186 (73.05% from 255) = 29.95%
BLUE value IS 249 (97.66% from 255) = 40.10%
R=29.95%
G=29.95%
B=40.10%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1861862490.250.2500.022408485.29
HexBABAF9191902f05455
Octal272272371313102360124125
Binary10111010101110101111100111001110010101111000010101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABAF9; }

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

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

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

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

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

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

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

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