#BAAFA8

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

Shades of Silk #BAAFA8

Tints of Silk #BAAFA8

Color information

#BAAFA8 (or 0xBAAFA8) is unknown color: approx Silk. HEX triplet: BA, AF and A8. RGB value is (186,175,168). Sum of RGB (Red+Green+Blue) = 186+175+168=529 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.16% from 529); Green value is 175 (68.75% from 255 or 33.08% from 529); Blue value is 168 (66.02% from 255 or 31.76% from 529); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAFA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAFA8 is #455057. Grayscale: #B1B1B1. Windows color (decimal): -4542552 or 11055034. OLE color: 11055034.

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

Color convert

RGB186175168-
CMYK00.060.100.27
HSL23.33º11.54%69.41%-
HSV(B)23.33º9.68%72.94%-
XYZ42.6543.9343.28-
YUV177.49122.64134.07-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.16%
GREEN value IS 175 (68.75% from 255) = 33.08%
BLUE value IS 168 (66.02% from 255) = 31.76%
R=35.16%
G=33.08%
B=31.76%

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
Decimal18617516800.060.100.2723.3311.5469.41
HexBAAFA806A1B17c45
Octal2722572500612332714105
Binary10111010101011111010100001101010110111011111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAFA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAFA8; }

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

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

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

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

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

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

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

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