#BAB7DA

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

Shades of Lavender Grey #BAB7DA

Tints of Lavender Grey #BAB7DA

Color information

#BAB7DA (or 0xBAB7DA) is unknown color: approx Lavender Grey. HEX triplet: BA, B7 and DA. RGB value is (186,183,218). Sum of RGB (Red+Green+Blue) = 186+183+218=587 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.69% from 587); Green value is 183 (71.88% from 255 or 31.18% from 587); Blue value is 218 (85.55% from 255 or 37.14% from 587); Max value from RGB is 218 - color contains mainly: blue. Hex color #BAB7DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB7DA is #454825. Grayscale: #BBBBBB. Windows color (decimal): -4540454 or 14333882. OLE color: 14333882.

HSL color Cylindrical-coordinate representation of color #BAB7DA: hue angle of 245.14º degrees, saturation: 0.32, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BAB7DA is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB186183218-
CMYK0.150.1600.15
HSL245.14º32.11%78.63%-
HSV(B)245.14º16.06%85.49%-
XYZ49.8449.3773.23-
YUV187.89144.99126.65-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.69%
GREEN value IS 183 (71.88% from 255) = 31.18%
BLUE value IS 218 (85.55% from 255) = 37.14%
R=31.69%
G=31.18%
B=37.14%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1861832180.150.1600.15245.1432.1178.63
HexBAB7DAF100Ff5204f
Octal272267332172001736540117
Binary10111010101101111101101011111000001111111101011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB7DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB7DA; }

 p { color: rgb(186,183,218); }

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

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

 a { background-color: rgb(186,183,218); }

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

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

 span { border-color: rgb(186,183,218); }

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