#BCAFA7

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

Shades of Silk #BCAFA7

Tints of Silk #BCAFA7

Color information

#BCAFA7 (or 0xBCAFA7) is unknown color: approx Silk. HEX triplet: BC, AF and A7. RGB value is (188,175,167). Sum of RGB (Red+Green+Blue) = 188+175+167=530 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.47% from 530); Green value is 175 (68.75% from 255 or 33.02% from 530); Blue value is 167 (65.62% from 255 or 31.51% from 530); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAFA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAFA7 is #435058. Grayscale: #B2B2B2. Windows color (decimal): -4411481 or 10989500. OLE color: 10989500.

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

Color convert

RGB188175167-
CMYK00.070.110.26
HSL22.86º13.55%69.61%-
HSV(B)22.86º11.17%73.73%-
XYZ43.0444.1442.81-
YUV177.98121.81135.15-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.47%
GREEN value IS 175 (68.75% from 255) = 33.02%
BLUE value IS 167 (65.62% from 255) = 31.51%
R=35.47%
G=33.02%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.11
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817516700.070.110.2622.8613.5569.61
HexBCAFA707B1A17e46
Octal2742572470713322716106
Binary10111100101011111010011101111011110101011111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAFA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAFA7; }

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

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

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

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

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

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

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

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