#BAAFA6

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

Shades of Silk #BAAFA6

Tints of Silk #BAAFA6

Color information

#BAAFA6 (or 0xBAAFA6) is unknown color: approx Silk. HEX triplet: BA, AF and A6. RGB value is (186,175,166). Sum of RGB (Red+Green+Blue) = 186+175+166=527 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.29% from 527); Green value is 175 (68.75% from 255 or 33.21% from 527); Blue value is 166 (65.23% from 255 or 31.50% from 527); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAFA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAFA6 is #455059. Grayscale: #B1B1B1. Windows color (decimal): -4542554 or 10923962. OLE color: 10923962.

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

Color convert

RGB186175166-
CMYK00.060.110.27
HSL27º12.66%69.02%-
HSV(B)27º10.75%72.94%-
XYZ42.4643.8542.3-
YUV177.26121.64134.23-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.29%
GREEN value IS 175 (68.75% from 255) = 33.21%
BLUE value IS 166 (65.23% from 255) = 31.50%
R=35.29%
G=33.21%
B=31.50%

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
Decimal18617516600.060.110.272712.6669.02
HexBAAFA606B1B1bd45
Octal2722572460613333315105
Binary10111010101011111010011001101011110111101111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAFA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAFA6; }

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

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

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

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

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

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

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

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