#BAB0FF

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

Shades of Lavender Blue #BAB0FF

Tints of Lavender Blue #BAB0FF

Color information

#BAB0FF (or 0xBAB0FF) is unknown color: approx Lavender Blue. HEX triplet: BA, B0 and FF. RGB value is (186,176,255). Sum of RGB (Red+Green+Blue) = 186+176+255=617 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.15% from 617); Green value is 176 (69.14% from 255 or 28.53% from 617); Blue value is 255 (100% from 255 or 41.33% from 617); Max value from RGB is 255 - color contains mainly: blue. Hex color #BAB0FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAB0FF is #454F00. Grayscale: #BBBBBB. Windows color (decimal): -4542209 or 16756922. OLE color: 16756922.

HSL color Cylindrical-coordinate representation of color #BAB0FF: hue angle of 247.59º 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 #BAB0FF is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB186176255-
CMYK0.270.3100
HSL247.59º100%84.51%-
HSV(B)247.59º30.98%100%-
XYZ53.8348.71101.17-
YUV188165.81126.58-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.15%
GREEN value IS 176 (69.14% from 255) = 28.53%
BLUE value IS 255 (100% from 255) = 41.33%
R=30.15%
G=28.53%
B=41.33%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1861762550.270.3100247.5910084.51
HexBAB0FF1B1F00f86455
Octal272260377333700370144125
Binary1011101010110000111111111101111111001111100011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB0FF; }

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

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

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

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

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

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

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

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