#BAB6DF

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

Shades of Lavender Grey #BAB6DF

Tints of Lavender Grey #BAB6DF

Color information

#BAB6DF (or 0xBAB6DF) is unknown color: approx Lavender Grey. HEX triplet: BA, B6 and DF. RGB value is (186,182,223). Sum of RGB (Red+Green+Blue) = 186+182+223=591 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.47% from 591); Green value is 182 (71.48% from 255 or 30.80% from 591); Blue value is 223 (87.5% from 255 or 37.73% from 591); Max value from RGB is 223 - color contains mainly: blue. Hex color #BAB6DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB6DF is #454920. Grayscale: #BBBBBB. Windows color (decimal): -4540705 or 14661306. OLE color: 14661306.

HSL color Cylindrical-coordinate representation of color #BAB6DF: hue angle of 245.85º degrees, saturation: 0.39, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BAB6DF is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB186182223-
CMYK0.170.1800.13
HSL245.85º39.05%79.41%-
HSV(B)245.85º18.39%87.45%-
XYZ50.349.2276.66-
YUV187.87147.83126.67-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.47%
GREEN value IS 182 (71.48% from 255) = 30.80%
BLUE value IS 223 (87.5% from 255) = 37.73%
R=31.47%
G=30.80%
B=37.73%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1861822230.170.1800.13245.8539.0579.41
HexBAB6DF11120Df6274f
Octal272266337212201536647117
Binary101110101011011011011111100011001001101111101101001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB6DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB6DF; }

 p { color: rgb(186,182,223); }

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

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

 a { background-color: rgb(186,182,223); }

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

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

 span { border-color: rgb(186,182,223); }

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