#BAB7FA

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

Shades of Lavender Blue #BAB7FA

Tints of Lavender Blue #BAB7FA

Color information

#BAB7FA (or 0xBAB7FA) is unknown color: approx Lavender Blue. HEX triplet: BA, B7 and FA. RGB value is (186,183,250). Sum of RGB (Red+Green+Blue) = 186+183+250=619 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.05% from 619); Green value is 183 (71.88% from 255 or 29.56% from 619); Blue value is 250 (98.05% from 255 or 40.39% from 619); Max value from RGB is 250 - color contains mainly: blue. Hex color #BAB7FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAB7FA is #454805. Grayscale: #BFBFBF. Windows color (decimal): -4540422 or 16431034. OLE color: 16431034.

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

Color convert

RGB186183250-
CMYK0.260.2700.02
HSL242.69º87.01%84.9%-
HSV(B)242.69º26.8%98.04%-
XYZ54.4451.2197.46-
YUV191.54160.99124.05-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.05%
GREEN value IS 183 (71.88% from 255) = 29.56%
BLUE value IS 250 (98.05% from 255) = 40.39%
R=30.05%
G=29.56%
B=40.39%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1861832500.260.2700.02242.6987.0184.9
HexBAB7FA1A1B02f35755
Octal272267372323302363127125
Binary10111010101101111111101011010110110101111001110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB7FA; }

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

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

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

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

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

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

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

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