#BAB8DB

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

Shades of Lavender Grey #BAB8DB

Tints of Lavender Grey #BAB8DB

Color information

#BAB8DB (or 0xBAB8DB) is unknown color: approx Lavender Grey. HEX triplet: BA, B8 and DB. RGB value is (186,184,219). Sum of RGB (Red+Green+Blue) = 186+184+219=589 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.58% from 589); Green value is 184 (72.27% from 255 or 31.24% from 589); Blue value is 219 (85.94% from 255 or 37.18% from 589); Max value from RGB is 219 - color contains mainly: blue. Hex color #BAB8DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB8DB is #454724. Grayscale: #BCBCBC. Windows color (decimal): -4540197 or 14399674. OLE color: 14399674.

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

Color convert

RGB186184219-
CMYK0.150.1600.14
HSL243.43º32.71%79.02%-
HSV(B)243.43º15.98%85.88%-
XYZ50.1849.8373.99-
YUV188.59145.16126.15-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.58%
GREEN value IS 184 (72.27% from 255) = 31.24%
BLUE value IS 219 (85.94% from 255) = 37.18%
R=31.58%
G=31.24%
B=37.18%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1861842190.150.1600.14243.4332.7179.02
HexBAB8DBF100Ef3214f
Octal272270333172001636341117
Binary10111010101110001101101111111000001110111100111000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB8DB; }

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

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

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

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

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

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

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

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