#BAB9FF

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

Shades of Lavender Blue #BAB9FF

Tints of Lavender Blue #BAB9FF

Color information

#BAB9FF (or 0xBAB9FF) is unknown color: approx Lavender Blue. HEX triplet: BA, B9 and FF. RGB value is (186,185,255). Sum of RGB (Red+Green+Blue) = 186+185+255=626 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.71% from 626); Green value is 185 (72.66% from 255 or 29.55% from 626); Blue value is 255 (100% from 255 or 40.73% from 626); Max value from RGB is 255 - color contains mainly: blue. Hex color #BAB9FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAB9FF is #454600. Grayscale: #C1C1C1. Windows color (decimal): -4539905 or 16759226. OLE color: 16759226.

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

Color convert

RGB186185255-
CMYK0.270.2700
HSL240.86º100%86.27%-
HSV(B)240.86º27.45%100%-
XYZ55.6552.36101.78-
YUV193.28162.83122.81-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.71%
GREEN value IS 185 (72.66% from 255) = 29.55%
BLUE value IS 255 (100% from 255) = 40.73%
R=29.71%
G=29.55%
B=40.73%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1861852550.270.2700240.8610086.27
HexBAB9FF1B1B00f16456
Octal272271377333300361144126
Binary1011101010111001111111111101111011001111000111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB9FF; }

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

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

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

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

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

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

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

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