#BAB6FF

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

Shades of Lavender Blue #BAB6FF

Tints of Lavender Blue #BAB6FF

Color information

#BAB6FF (or 0xBAB6FF) is unknown color: approx Lavender Blue. HEX triplet: BA, B6 and FF. RGB value is (186,182,255). Sum of RGB (Red+Green+Blue) = 186+182+255=623 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.86% from 623); Green value is 182 (71.48% from 255 or 29.21% from 623); Blue value is 255 (100% from 255 or 40.93% from 623); Max value from RGB is 255 - color contains mainly: blue. Hex color #BAB6FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAB6FF is #454900. Grayscale: #BFBFBF. Windows color (decimal): -4540673 or 16758458. OLE color: 16758458.

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

Color convert

RGB186182255-
CMYK0.270.2900
HSL243.29º100%85.69%-
HSV(B)243.29º28.63%100%-
XYZ55.0351.12101.57-
YUV191.52163.83124.06-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.86%
GREEN value IS 182 (71.48% from 255) = 29.21%
BLUE value IS 255 (100% from 255) = 40.93%
R=29.86%
G=29.21%
B=40.93%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1861822550.270.2900243.2910085.69
HexBAB6FF1B1D00f36456
Octal272266377333500363144126
Binary1011101010110110111111111101111101001111001111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB6FF; }

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

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

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

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

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

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

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

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