#BCAFA1

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

Shades of Silk #BCAFA1

Tints of Silk #BCAFA1

Color information

#BCAFA1 (or 0xBCAFA1) is unknown color: approx Silk. HEX triplet: BC, AF and A1. RGB value is (188,175,161). Sum of RGB (Red+Green+Blue) = 188+175+161=524 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.88% from 524); Green value is 175 (68.75% from 255 or 33.40% from 524); Blue value is 161 (63.28% from 255 or 30.73% from 524); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAFA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAFA1 is #43505E. Grayscale: #B1B1B1. Windows color (decimal): -4411487 or 10596284. OLE color: 10596284.

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

Color convert

RGB188175161-
CMYK00.070.140.26
HSL31.11º16.77%68.43%-
HSV(B)31.11º14.36%73.73%-
XYZ42.543.9239.96-
YUV177.29118.81135.64-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.88%
GREEN value IS 175 (68.75% from 255) = 33.40%
BLUE value IS 161 (63.28% from 255) = 30.73%
R=35.88%
G=33.40%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817516100.070.140.2631.1116.7768.43
HexBCAFA107E1A1f1144
Octal2742572410716323721104
Binary101111001010111110100001011111101101011111100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAFA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAFA1; }

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

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

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

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

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

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

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

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