#BAAEA5

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

Shades of Silk #BAAEA5

Tints of Silk #BAAEA5

Color information

#BAAEA5 (or 0xBAAEA5) is unknown color: approx Silk. HEX triplet: BA, AE and A5. RGB value is (186,174,165). Sum of RGB (Red+Green+Blue) = 186+174+165=525 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.43% from 525); Green value is 174 (68.36% from 255 or 33.14% from 525); Blue value is 165 (64.84% from 255 or 31.43% from 525); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAEA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAEA5 is #45515A. Grayscale: #B0B0B0. Windows color (decimal): -4542811 or 10858170. OLE color: 10858170.

HSL color Cylindrical-coordinate representation of color #BAAEA5: hue angle of 25.71º degrees, saturation: 0.13, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BAAEA5 is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB186174165-
CMYK00.060.110.27
HSL25.71º13.21%68.82%-
HSV(B)25.71º11.29%72.94%-
XYZ42.1843.4341.76-
YUV176.56121.48134.73-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.43%
GREEN value IS 174 (68.36% from 255) = 33.14%
BLUE value IS 165 (64.84% from 255) = 31.43%
R=35.43%
G=33.14%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617416500.060.110.2725.7113.2168.82
HexBAAEA506B1B1ad45
Octal2722562450613333215105
Binary10111010101011101010010101101011110111101011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAEA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAEA5; }

 p { color: rgb(186,174,165); }

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

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

 a { background-color: rgb(186,174,165); }

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

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

 span { border-color: rgb(186,174,165); }

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