#BABFFA

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

Shades of Lavender Blue #BABFFA

Tints of Lavender Blue #BABFFA

Color information

#BABFFA (or 0xBABFFA) is unknown color: approx Lavender Blue. HEX triplet: BA, BF and FA. RGB value is (186,191,250). Sum of RGB (Red+Green+Blue) = 186+191+250=627 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.67% from 627); Green value is 191 (75% from 255 or 30.46% from 627); Blue value is 250 (98.05% from 255 or 39.87% from 627); Max value from RGB is 250 - color contains mainly: blue. Hex color #BABFFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABFFA is #454005. Grayscale: #C3C3C3. Windows color (decimal): -4538374 or 16433082. OLE color: 16433082.

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

Color convert

RGB186191250-
CMYK0.260.2400.02
HSL235.31º86.49%85.49%-
HSV(B)235.31º25.6%98.04%-
XYZ56.1454.698.02-
YUV196.23158.34120.7-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.67%
GREEN value IS 191 (75% from 255) = 30.46%
BLUE value IS 250 (98.05% from 255) = 39.87%
R=29.67%
G=30.46%
B=39.87%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1861912500.260.2400.02235.3186.4985.49
HexBABFFA1A1802eb5655
Octal272277372323002353126125
Binary10111010101111111111101011010110000101110101110101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABFFA; }

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

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

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

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

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

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

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

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