#BCA7A7

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

Shades of Pink Swan #BCA7A7

Tints of Pink Swan #BCA7A7

Color information

#BCA7A7 (or 0xBCA7A7) is unknown color: approx Pink Swan. HEX triplet: BC, A7 and A7. RGB value is (188,167,167). Sum of RGB (Red+Green+Blue) = 188+167+167=522 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.02% from 522); Green value is 167 (65.62% from 255 or 31.99% from 522); Blue value is 167 (65.62% from 255 or 31.99% from 522); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA7A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA7A7 is #435858. Grayscale: #ADADAD. Windows color (decimal): -4413529 or 10987452. OLE color: 10987452.

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

Color convert

RGB188167167-
CMYK00.110.110.26
HSL13.55%69.61%-
HSV(B)11.17%73.73%-
XYZ41.5341.1242.31-
YUV173.28124.46138.5-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.02%
GREEN value IS 167 (65.62% from 255) = 31.99%
BLUE value IS 167 (65.62% from 255) = 31.99%
R=36.02%
G=31.99%
B=31.99%

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
Decimal18816716700.110.110.26013.5569.61
HexBCA7A70BB1A0e46
Octal2742472470131332016106
Binary10111100101001111010011101011101111010011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA7A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA7A7; }

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

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

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

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

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

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

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

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