#BAAFA7

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

Shades of Silk #BAAFA7

Tints of Silk #BAAFA7

Color information

#BAAFA7 (or 0xBAAFA7) is unknown color: approx Silk. HEX triplet: BA, AF and A7. RGB value is (186,175,167). Sum of RGB (Red+Green+Blue) = 186+175+167=528 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.23% from 528); Green value is 175 (68.75% from 255 or 33.14% from 528); Blue value is 167 (65.62% from 255 or 31.63% from 528); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAFA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAFA7 is #455058. Grayscale: #B1B1B1. Windows color (decimal): -4542553 or 10989498. OLE color: 10989498.

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

Color convert

RGB186175167-
CMYK00.060.100.27
HSL25.26º12.1%69.22%-
HSV(B)25.26º10.22%72.94%-
XYZ42.5543.8942.79-
YUV177.38122.14134.15-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.23%
GREEN value IS 175 (68.75% from 255) = 33.14%
BLUE value IS 167 (65.62% from 255) = 31.63%
R=35.23%
G=33.14%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617516700.060.100.2725.2612.169.22
HexBAAFA706A1B19c45
Octal2722572470612333114105
Binary10111010101011111010011101101010110111100111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAFA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAFA7; }

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

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

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

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

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

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

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

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