#BCA6A6

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

Shades of Pink Swan #BCA6A6

Tints of Pink Swan #BCA6A6

Color information

#BCA6A6 (or 0xBCA6A6) is unknown color: approx Pink Swan. HEX triplet: BC, A6 and A6. RGB value is (188,166,166). Sum of RGB (Red+Green+Blue) = 188+166+166=520 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.15% from 520); Green value is 166 (65.23% from 255 or 31.92% from 520); Blue value is 166 (65.23% from 255 or 31.92% from 520); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA6A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA6A6 is #435959. Grayscale: #ACACAC. Windows color (decimal): -4413786 or 10921660. OLE color: 10921660.

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

Color convert

RGB188166166-
CMYK00.120.120.26
HSL14.1%69.41%-
HSV(B)11.7%73.73%-
XYZ41.2640.7241.76-
YUV172.58124.29139-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.15%
GREEN value IS 166 (65.23% from 255) = 31.92%
BLUE value IS 166 (65.23% from 255) = 31.92%
R=36.15%
G=31.92%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.12
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816616600.120.120.26014.169.41
HexBCA6A60CC1A0e45
Octal2742462460141432016105
Binary10111100101001101010011001100110011010011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA6A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA6A6; }

 p { color: rgb(188,166,166); }

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

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

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

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

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

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

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