#BAADA1

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

Shades of Silk #BAADA1

Tints of Silk #BAADA1

Color information

#BAADA1 (or 0xBAADA1) is unknown color: approx Silk. HEX triplet: BA, AD and A1. RGB value is (186,173,161). Sum of RGB (Red+Green+Blue) = 186+173+161=520 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.77% from 520); Green value is 173 (67.97% from 255 or 33.27% from 520); Blue value is 161 (63.28% from 255 or 30.96% from 520); Max value from RGB is 186 - color contains mainly: red. Hex color #BAADA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAADA1 is #45525E. Grayscale: #AFAFAF. Windows color (decimal): -4543071 or 10595770. OLE color: 10595770.

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

Color convert

RGB186173161-
CMYK00.070.130.27
HSL28.8º15.34%68.04%-
HSV(B)28.8º13.44%72.94%-
XYZ41.6342.939.8-
YUV175.52119.81135.48-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.77%
GREEN value IS 173 (67.97% from 255) = 33.27%
BLUE value IS 161 (63.28% from 255) = 30.96%
R=35.77%
G=33.27%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617316100.070.130.2728.815.3468.04
HexBAADA107D1B1df44
Octal2722552410715333517104
Binary10111010101011011010000101111101110111110111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAADA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAADA1; }

 p { color: rgb(186,173,161); }

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

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

 a { background-color: rgb(186,173,161); }

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

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

 span { border-color: rgb(186,173,161); }

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