#BAAFA5

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

Shades of Silk #BAAFA5

Tints of Silk #BAAFA5

Color information

#BAAFA5 (or 0xBAAFA5) is unknown color: approx Silk. HEX triplet: BA, AF and A5. RGB value is (186,175,165). Sum of RGB (Red+Green+Blue) = 186+175+165=526 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.36% from 526); Green value is 175 (68.75% from 255 or 33.27% from 526); Blue value is 165 (64.84% from 255 or 31.37% from 526); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAFA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAFA5 is #45505A. Grayscale: #B1B1B1. Windows color (decimal): -4542555 or 10858426. OLE color: 10858426.

HSL color Cylindrical-coordinate representation of color #BAAFA5: hue angle of 28.57º 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 #BAAFA5 is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB186175165-
CMYK00.060.110.27
HSL28.57º13.21%68.82%-
HSV(B)28.57º11.29%72.94%-
XYZ42.3743.8241.82-
YUV177.15121.14134.31-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.36%
GREEN value IS 175 (68.75% from 255) = 33.27%
BLUE value IS 165 (64.84% from 255) = 31.37%
R=35.36%
G=33.27%
B=31.37%

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
Decimal18617516500.060.110.2728.5713.2168.82
HexBAAFA506B1B1dd45
Octal2722572450613333515105
Binary10111010101011111010010101101011110111110111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAFA5; }

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

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

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

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

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

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

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

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