#BAB1FF

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

Shades of Lavender Blue #BAB1FF

Tints of Lavender Blue #BAB1FF

Color information

#BAB1FF (or 0xBAB1FF) is unknown color: approx Lavender Blue. HEX triplet: BA, B1 and FF. RGB value is (186,177,255). Sum of RGB (Red+Green+Blue) = 186+177+255=618 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.10% from 618); Green value is 177 (69.53% from 255 or 28.64% from 618); Blue value is 255 (100% from 255 or 41.26% from 618); Max value from RGB is 255 - color contains mainly: blue. Hex color #BAB1FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAB1FF is #454E00. Grayscale: #BCBCBC. Windows color (decimal): -4541953 or 16757178. OLE color: 16757178.

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

Color convert

RGB186177255-
CMYK0.270.3100
HSL246.92º100%84.71%-
HSV(B)246.92º30.59%100%-
XYZ54.0249.1101.24-
YUV188.58165.48126.16-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.10%
GREEN value IS 177 (69.53% from 255) = 28.64%
BLUE value IS 255 (100% from 255) = 41.26%
R=30.10%
G=28.64%
B=41.26%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1861772550.270.3100246.9210084.71
HexBAB1FF1B1F00f76455
Octal272261377333700367144125
Binary1011101010110001111111111101111111001111011111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB1FF; }

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

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

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

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

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

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

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

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