#BCA998

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

Shades of Silk #BCA998

Tints of Silk #BCA998

Color information

#BCA998 (or 0xBCA998) is unknown color: approx Silk. HEX triplet: BC, A9 and 98. RGB value is (188,169,152). Sum of RGB (Red+Green+Blue) = 188+169+152=509 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.94% from 509); Green value is 169 (66.41% from 255 or 33.20% from 509); Blue value is 152 (59.77% from 255 or 29.86% from 509); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA998 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA998 is #435667. Grayscale: #ACACAC. Windows color (decimal): -4413032 or 10004924. OLE color: 10004924.

HSL color Cylindrical-coordinate representation of color #BCA998: hue angle of 28.33º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCA998 is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB188169152-
CMYK00.100.190.26
HSL28.33º21.18%66.67%-
HSV(B)28.33º19.15%73.73%-
XYZ40.5941.3335.54-
YUV172.74116.29138.88-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.94%
GREEN value IS 169 (66.41% from 255) = 33.20%
BLUE value IS 152 (59.77% from 255) = 29.86%
R=36.94%
G=33.20%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816915200.100.190.2628.3321.1866.67
HexBCA9980A131A1c1543
Octal27425123001223323425103
Binary10111100101010011001100001010100111101011100101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA998; }

 p { color: rgb(188,169,152); }

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

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

 a { background-color: rgb(188,169,152); }

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

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

 span { border-color: rgb(188,169,152); }

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