#BCA8A7

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

Shades of Pink Swan #BCA8A7

Tints of Pink Swan #BCA8A7

Color information

#BCA8A7 (or 0xBCA8A7) is unknown color: approx Pink Swan. HEX triplet: BC, A8 and A7. RGB value is (188,168,167). Sum of RGB (Red+Green+Blue) = 188+168+167=523 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.95% from 523); Green value is 168 (66.02% from 255 or 32.12% from 523); Blue value is 167 (65.62% from 255 or 31.93% from 523); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA8A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA8A7 is #435758. Grayscale: #ADADAD. Windows color (decimal): -4413273 or 10987708. OLE color: 10987708.

HSL color Cylindrical-coordinate representation of color #BCA8A7: hue angle of 2.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 #BCA8A7 is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB188168167-
CMYK00.110.110.26
HSL2.86º13.55%69.61%-
HSV(B)2.86º11.17%73.73%-
XYZ41.7241.4942.37-
YUV173.87124.13138.08-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.95%
GREEN value IS 168 (66.02% from 255) = 32.12%
BLUE value IS 167 (65.62% from 255) = 31.93%
R=35.95%
G=32.12%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.11
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816816700.110.110.262.8613.5569.61
HexBCA8A70BB1A3e46
Octal2742502470131332316106
Binary101111001010100010100111010111011110101111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA8A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA8A7; }

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

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

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

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

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

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

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

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