#BCAFA2

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

Shades of Silk #BCAFA2

Tints of Silk #BCAFA2

Color information

#BCAFA2 (or 0xBCAFA2) is unknown color: approx Silk. HEX triplet: BC, AF and A2. RGB value is (188,175,162). Sum of RGB (Red+Green+Blue) = 188+175+162=525 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.81% from 525); Green value is 175 (68.75% from 255 or 33.33% from 525); Blue value is 162 (63.67% from 255 or 30.86% from 525); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAFA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAFA2 is #43505D. Grayscale: #B1B1B1. Windows color (decimal): -4411486 or 10661820. OLE color: 10661820.

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

Color convert

RGB188175162-
CMYK00.070.140.26
HSL30º16.25%68.63%-
HSV(B)30º13.83%73.73%-
XYZ42.5943.9640.42-
YUV177.4119.31135.56-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.81%
GREEN value IS 175 (68.75% from 255) = 33.33%
BLUE value IS 162 (63.67% from 255) = 30.86%
R=35.81%
G=33.33%
B=30.86%

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
Decimal18817516200.070.140.263016.2568.63
HexBCAFA207E1A1e1045
Octal2742572420716323620105
Binary101111001010111110100010011111101101011110100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAFA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAFA2; }

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

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

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

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

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

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

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

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