#BAB1FB

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

Shades of Lavender Blue #BAB1FB

Tints of Lavender Blue #BAB1FB

Color information

#BAB1FB (or 0xBAB1FB) is unknown color: approx Lavender Blue. HEX triplet: BA, B1 and FB. RGB value is (186,177,251). Sum of RGB (Red+Green+Blue) = 186+177+251=614 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.29% from 614); Green value is 177 (69.53% from 255 or 28.83% from 614); Blue value is 251 (98.44% from 255 or 40.88% from 614); Max value from RGB is 251 - color contains mainly: blue. Hex color #BAB1FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAB1FB is #454E04. Grayscale: #BBBBBB. Windows color (decimal): -4541957 or 16495034. OLE color: 16495034.

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

Color convert

RGB186177251-
CMYK0.260.2900.02
HSL247.3º90.24%83.92%-
HSV(B)247.3º29.48%98.43%-
XYZ53.3848.8597.88-
YUV188.13163.48126.48-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.29%
GREEN value IS 177 (69.53% from 255) = 28.83%
BLUE value IS 251 (98.44% from 255) = 40.88%
R=30.29%
G=28.83%
B=40.88%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1861772510.260.2900.02247.390.2483.92
HexBAB1FB1A1D02f75a54
Octal272261373323502367132124
Binary10111010101100011111101111010111010101111011110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB1FB; }

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

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

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

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

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

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

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

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