#BAB8DC

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

Shades of Lavender Grey #BAB8DC

Tints of Lavender Grey #BAB8DC

Color information

#BAB8DC (or 0xBAB8DC) is unknown color: approx Lavender Grey. HEX triplet: BA, B8 and DC. RGB value is (186,184,220). Sum of RGB (Red+Green+Blue) = 186+184+220=590 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.53% from 590); Green value is 184 (72.27% from 255 or 31.19% from 590); Blue value is 220 (86.33% from 255 or 37.29% from 590); Max value from RGB is 220 - color contains mainly: blue. Hex color #BAB8DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB8DC is #454723. Grayscale: #BCBCBC. Windows color (decimal): -4540196 or 14465210. OLE color: 14465210.

HSL color Cylindrical-coordinate representation of color #BAB8DC: hue angle of 243.33º degrees, saturation: 0.34, 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 #BAB8DC is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB186184220-
CMYK0.150.1600.14
HSL243.33º33.96%79.22%-
HSV(B)243.33º16.36%86.27%-
XYZ50.3149.8974.69-
YUV188.7145.66126.07-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.53%
GREEN value IS 184 (72.27% from 255) = 31.19%
BLUE value IS 220 (86.33% from 255) = 37.29%
R=31.53%
G=31.19%
B=37.29%

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
Decimal1861842200.150.1600.14243.3333.9679.22
HexBAB8DCF100Ef3224f
Octal272270334172001636342117
Binary10111010101110001101110011111000001110111100111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB8DC; }

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

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

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

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

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

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

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

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