#BCAFA4

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

Shades of Silk #BCAFA4

Tints of Silk #BCAFA4

Color information

#BCAFA4 (or 0xBCAFA4) is unknown color: approx Silk. HEX triplet: BC, AF and A4. RGB value is (188,175,164). Sum of RGB (Red+Green+Blue) = 188+175+164=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 175 (68.75% from 255 or 33.21% from 527); Blue value is 164 (64.45% from 255 or 31.12% from 527); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAFA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAFA4 is #43505B. Grayscale: #B1B1B1. Windows color (decimal): -4411484 or 10792892. OLE color: 10792892.

HSL color Cylindrical-coordinate representation of color #BCAFA4: hue angle of 27.5º degrees, saturation: 0.15, 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 #BCAFA4 is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.26.

Color convert

RGB188175164-
CMYK00.070.130.26
HSL27.5º15.19%69.02%-
HSV(B)27.5º12.77%73.73%-
XYZ42.7744.0341.37-
YUV177.63120.31135.39-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.67%
GREEN value IS 175 (68.75% from 255) = 33.21%
BLUE value IS 164 (64.45% from 255) = 31.12%
R=35.67%
G=33.21%
B=31.12%

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
Decimal18817516400.070.130.2627.515.1969.02
HexBCAFA407D1A1cf45
Octal2742572440715323417105
Binary10111100101011111010010001111101110101110011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAFA4; }

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

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

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

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

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

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

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

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