#BAB1FD

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

Shades of Lavender Blue #BAB1FD

Tints of Lavender Blue #BAB1FD

Color information

#BAB1FD (or 0xBAB1FD) is unknown color: approx Lavender Blue. HEX triplet: BA, B1 and FD. RGB value is (186,177,253). Sum of RGB (Red+Green+Blue) = 186+177+253=616 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.19% from 616); Green value is 177 (69.53% from 255 or 28.73% from 616); Blue value is 253 (99.22% from 255 or 41.07% from 616); Max value from RGB is 253 - color contains mainly: blue. Hex color #BAB1FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAB1FD is #454E02. Grayscale: #BCBCBC. Windows color (decimal): -4541955 or 16626106. OLE color: 16626106.

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

Color convert

RGB186177253-
CMYK0.260.3000.01
HSL247.11º95%84.31%-
HSV(B)247.11º30.04%99.22%-
XYZ53.748.9899.55-
YUV188.36164.48126.32-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.19%
GREEN value IS 177 (69.53% from 255) = 28.73%
BLUE value IS 253 (99.22% from 255) = 41.07%
R=30.19%
G=28.73%
B=41.07%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1861772530.260.3000.01247.119584.31
HexBAB1FD1A1E01f75f54
Octal272261375323601367137124
Binary1011101010110001111111011101011110011111011110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB1FD; }

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

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

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

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

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

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

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

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