#BAB4DB

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

Shades of Lavender Grey #BAB4DB

Tints of Lavender Grey #BAB4DB

Color information

#BAB4DB (or 0xBAB4DB) is unknown color: approx Lavender Grey. HEX triplet: BA, B4 and DB. RGB value is (186,180,219). Sum of RGB (Red+Green+Blue) = 186+180+219=585 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.79% from 585); Green value is 180 (70.70% from 255 or 30.77% from 585); Blue value is 219 (85.94% from 255 or 37.44% from 585); Max value from RGB is 219 - color contains mainly: blue. Hex color #BAB4DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB4DB is #454B24. Grayscale: #BABABA. Windows color (decimal): -4541221 or 14398650. OLE color: 14398650.

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

Color convert

RGB186180219-
CMYK0.150.1800.14
HSL249.23º35.14%78.24%-
HSV(B)249.23º17.81%85.88%-
XYZ49.3648.273.72-
YUV186.24146.49127.83-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.79%
GREEN value IS 180 (70.70% from 255) = 30.77%
BLUE value IS 219 (85.94% from 255) = 37.44%
R=31.79%
G=30.77%
B=37.44%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1861802190.150.1800.14249.2335.1478.24
HexBAB4DBF120Ef9234e
Octal272264333172201637143116
Binary10111010101101001101101111111001001110111110011000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB4DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB4DB; }

 p { color: rgb(186,180,219); }

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

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

 a { background-color: rgb(186,180,219); }

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

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

 span { border-color: rgb(186,180,219); }

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