#BAAFA4

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

Shades of Silk #BAAFA4

Tints of Silk #BAAFA4

Color information

#BAAFA4 (or 0xBAAFA4) is unknown color: approx Silk. HEX triplet: BA, AF and A4. RGB value is (186,175,164). Sum of RGB (Red+Green+Blue) = 186+175+164=525 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.43% from 525); Green value is 175 (68.75% from 255 or 33.33% from 525); Blue value is 164 (64.45% from 255 or 31.24% from 525); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAFA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAFA4 is #45505B. Grayscale: #B1B1B1. Windows color (decimal): -4542556 or 10792890. OLE color: 10792890.

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

Color convert

RGB186175164-
CMYK00.060.120.27
HSL30º13.75%68.63%-
HSV(B)30º11.83%72.94%-
XYZ42.2843.7841.34-
YUV177.04120.64134.39-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.43%
GREEN value IS 175 (68.75% from 255) = 33.33%
BLUE value IS 164 (64.45% from 255) = 31.24%
R=35.43%
G=33.33%
B=31.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617516400.060.120.273013.7568.63
HexBAAFA406C1B1ee45
Octal2722572440614333616105
Binary10111010101011111010010001101100110111111011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAFA4; }

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

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

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

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

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

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

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

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