#BAB3DA

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

Shades of Lavender Grey #BAB3DA

Tints of Lavender Grey #BAB3DA

Color information

#BAB3DA (or 0xBAB3DA) is unknown color: approx Lavender Grey. HEX triplet: BA, B3 and DA. RGB value is (186,179,218). Sum of RGB (Red+Green+Blue) = 186+179+218=583 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.90% from 583); Green value is 179 (70.31% from 255 or 30.70% from 583); Blue value is 218 (85.55% from 255 or 37.39% from 583); Max value from RGB is 218 - color contains mainly: blue. Hex color #BAB3DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB3DA is #454C25. Grayscale: #B9B9B9. Windows color (decimal): -4541478 or 14332858. OLE color: 14332858.

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

Color convert

RGB186179218-
CMYK0.150.1800.15
HSL250.77º34.51%77.84%-
HSV(B)250.77º17.89%85.49%-
XYZ49.0247.7472.96-
YUV185.54146.32128.33-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.90%
GREEN value IS 179 (70.31% from 255) = 30.70%
BLUE value IS 218 (85.55% from 255) = 37.39%
R=31.90%
G=30.70%
B=37.39%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1861792180.150.1800.15250.7734.5177.84
HexBAB3DAF120Ffb234e
Octal272263332172201737343116
Binary10111010101100111101101011111001001111111110111000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB3DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB3DA; }

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

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

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

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

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

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

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

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