#BABBFA

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

Shades of Lavender Blue #BABBFA

Tints of Lavender Blue #BABBFA

Color information

#BABBFA (or 0xBABBFA) is unknown color: approx Lavender Blue. HEX triplet: BA, BB and FA. RGB value is (186,187,250). Sum of RGB (Red+Green+Blue) = 186+187+250=623 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.86% from 623); Green value is 187 (73.44% from 255 or 30.02% from 623); Blue value is 250 (98.05% from 255 or 40.13% from 623); Max value from RGB is 250 - color contains mainly: blue. Hex color #BABBFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABBFA is #454405. Grayscale: #C1C1C1. Windows color (decimal): -4539398 or 16432058. OLE color: 16432058.

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

Color convert

RGB186187250-
CMYK0.260.2500.02
HSL239.06º86.49%85.49%-
HSV(B)239.06º25.6%98.04%-
XYZ55.2852.8897.74-
YUV193.88159.67122.38-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.86%
GREEN value IS 187 (73.44% from 255) = 30.02%
BLUE value IS 250 (98.05% from 255) = 40.13%
R=29.86%
G=30.02%
B=40.13%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1861872500.260.2500.02239.0686.4985.49
HexBABBFA1A1902ef5655
Octal272273372323102357126125
Binary10111010101110111111101011010110010101110111110101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABBFA; }

 p { color: rgb(186,187,250); }

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

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

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

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

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

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

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