#BAADA4

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

Shades of Silk #BAADA4

Tints of Silk #BAADA4

Color information

#BAADA4 (or 0xBAADA4) is unknown color: approx Silk. HEX triplet: BA, AD and A4. RGB value is (186,173,164). Sum of RGB (Red+Green+Blue) = 186+173+164=523 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.56% from 523); Green value is 173 (67.97% from 255 or 33.08% from 523); Blue value is 164 (64.45% from 255 or 31.36% from 523); Max value from RGB is 186 - color contains mainly: red. Hex color #BAADA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAADA4 is #45525B. Grayscale: #AFAFAF. Windows color (decimal): -4543068 or 10792378. OLE color: 10792378.

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

Color convert

RGB186173164-
CMYK00.070.120.27
HSL24.55º13.75%68.63%-
HSV(B)24.55º11.83%72.94%-
XYZ41.8943.0141.22-
YUV175.86121.31135.23-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.56%
GREEN value IS 173 (67.97% from 255) = 33.08%
BLUE value IS 164 (64.45% from 255) = 31.36%
R=35.56%
G=33.08%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617316400.070.120.2724.5513.7568.63
HexBAADA407C1B19e45
Octal2722552440714333116105
Binary10111010101011011010010001111100110111100111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAADA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAADA4; }

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

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

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

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

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

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

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

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