#BCAB98

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

Shades of Silk #BCAB98

Tints of Silk #BCAB98

Color information

#BCAB98 (or 0xBCAB98) is unknown color: approx Silk. HEX triplet: BC, AB and 98. RGB value is (188,171,152). Sum of RGB (Red+Green+Blue) = 188+171+152=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 171 (67.19% from 255 or 33.46% from 511); Blue value is 152 (59.77% from 255 or 29.75% from 511); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAB98 is #435467. Grayscale: #AEAEAE. Windows color (decimal): -4412520 or 10005436. OLE color: 10005436.

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

Color convert

RGB188171152-
CMYK00.090.190.26
HSL31.67º21.18%66.67%-
HSV(B)31.67º19.15%73.73%-
XYZ40.9742.0835.67-
YUV173.92115.63138.04-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.79%
GREEN value IS 171 (67.19% from 255) = 33.46%
BLUE value IS 152 (59.77% from 255) = 29.75%
R=36.79%
G=33.46%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817115200.090.190.2631.6721.1866.67
HexBCAB9809131A201543
Octal27425323001123324025103
Binary101111001010101110011000010011001111010100000101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAB98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAB98; }

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

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

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

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

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

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

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

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