#BAB6FD

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

Shades of Lavender Blue #BAB6FD

Tints of Lavender Blue #BAB6FD

Color information

#BAB6FD (or 0xBAB6FD) is unknown color: approx Lavender Blue. HEX triplet: BA, B6 and FD. RGB value is (186,182,253). Sum of RGB (Red+Green+Blue) = 186+182+253=621 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.95% from 621); Green value is 182 (71.48% from 255 or 29.31% from 621); Blue value is 253 (99.22% from 255 or 40.74% from 621); Max value from RGB is 253 - color contains mainly: blue. Hex color #BAB6FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAB6FD is #454902. Grayscale: #BFBFBF. Windows color (decimal): -4540675 or 16627386. OLE color: 16627386.

HSL color Cylindrical-coordinate representation of color #BAB6FD: hue angle of 243.38º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BAB6FD is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB186182253-
CMYK0.260.2800.01
HSL243.38º94.67%85.29%-
HSV(B)243.38º28.06%99.22%-
XYZ54.7150.9999.89-
YUV191.29162.83124.23-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.95%
GREEN value IS 182 (71.48% from 255) = 29.31%
BLUE value IS 253 (99.22% from 255) = 40.74%
R=29.95%
G=29.31%
B=40.74%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1861822530.260.2800.01243.3894.6785.29
HexBAB6FD1A1C01f35f55
Octal272266375323401363137125
Binary1011101010110110111111011101011100011111001110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB6FD; }

 p { color: rgb(186,182,253); }

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

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

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

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

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

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

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