#BAAE9E

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

Shades of Silk #BAAE9E

Tints of Silk #BAAE9E

Color information

#BAAE9E (or 0xBAAE9E) is unknown color: approx Silk. HEX triplet: BA, AE and 9E. RGB value is (186,174,158). Sum of RGB (Red+Green+Blue) = 186+174+158=518 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.91% from 518); Green value is 174 (68.36% from 255 or 33.59% from 518); Blue value is 158 (62.11% from 255 or 30.50% from 518); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAE9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAE9E is #455161. Grayscale: #AFAFAF. Windows color (decimal): -4542818 or 10399418. OLE color: 10399418.

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

Color convert

RGB186174158-
CMYK00.060.150.27
HSL34.29º16.87%67.45%-
HSV(B)34.29º15.05%72.94%-
XYZ41.5643.1838.49-
YUV175.76117.98135.3-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.91%
GREEN value IS 174 (68.36% from 255) = 33.59%
BLUE value IS 158 (62.11% from 255) = 30.50%
R=35.91%
G=33.59%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617415800.060.150.2734.2916.8767.45
HexBAAE9E06F1B221143
Octal2722562360617334221103
Binary1011101010101110100111100110111111011100010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAE9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAE9E; }

 p { color: rgb(186,174,158); }

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

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

 a { background-color: rgb(186,174,158); }

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

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

 span { border-color: rgb(186,174,158); }

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