#BCA698

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

Shades of Silk #BCA698

Tints of Silk #BCA698

Color information

#BCA698 (or 0xBCA698) is unknown color: approx Silk. HEX triplet: BC, A6 and 98. RGB value is (188,166,152). Sum of RGB (Red+Green+Blue) = 188+166+152=506 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.15% from 506); Green value is 166 (65.23% from 255 or 32.81% from 506); Blue value is 152 (59.77% from 255 or 30.04% from 506); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA698 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA698 is #435967. Grayscale: #ABABAB. Windows color (decimal): -4413800 or 10004156. OLE color: 10004156.

HSL color Cylindrical-coordinate representation of color #BCA698: hue angle of 23.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 #BCA698 is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB188166152-
CMYK00.120.190.26
HSL23.33º21.18%66.67%-
HSV(B)23.33º19.15%73.73%-
XYZ40.0440.2335.36-
YUV170.98117.29140.14-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.15%
GREEN value IS 166 (65.23% from 255) = 32.81%
BLUE value IS 152 (59.77% from 255) = 30.04%
R=37.15%
G=32.81%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816615200.120.190.2623.3321.1866.67
HexBCA6980C131A171543
Octal27424623001423322725103
Binary10111100101001101001100001100100111101010111101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA698; }

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

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

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

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

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

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

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

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