#BCAFA3

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

Shades of Silk #BCAFA3

Tints of Silk #BCAFA3

Color information

#BCAFA3 (or 0xBCAFA3) is unknown color: approx Silk. HEX triplet: BC, AF and A3. RGB value is (188,175,163). Sum of RGB (Red+Green+Blue) = 188+175+163=526 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.74% from 526); Green value is 175 (68.75% from 255 or 33.27% from 526); Blue value is 163 (64.06% from 255 or 30.99% from 526); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAFA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAFA3 is #43505C. Grayscale: #B1B1B1. Windows color (decimal): -4411485 or 10727356. OLE color: 10727356.

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

Color convert

RGB188175163-
CMYK00.070.130.26
HSL28.8º15.72%68.82%-
HSV(B)28.8º13.3%73.73%-
XYZ42.684440.89-
YUV177.52119.81135.48-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.74%
GREEN value IS 175 (68.75% from 255) = 33.27%
BLUE value IS 163 (64.06% from 255) = 30.99%
R=35.74%
G=33.27%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817516300.070.130.2628.815.7268.82
HexBCAFA307D1A1d1045
Octal2742572430715323520105
Binary101111001010111110100011011111011101011101100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAFA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAFA3; }

 p { color: rgb(188,175,163); }

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

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

 a { background-color: rgb(188,175,163); }

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

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

 span { border-color: rgb(188,175,163); }

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