#BFA7A7

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

Shades of Pink Swan #BFA7A7

Tints of Pink Swan #BFA7A7

Color information

#BFA7A7 (or 0xBFA7A7) is unknown color: approx Pink Swan. HEX triplet: BF, A7 and A7. RGB value is (191,167,167). Sum of RGB (Red+Green+Blue) = 191+167+167=525 (69% of max value = 765). Red value is 191 (75% from 255 or 36.38% from 525); Green value is 167 (65.62% from 255 or 31.81% from 525); Blue value is 167 (65.62% from 255 or 31.81% from 525); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA7A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA7A7 is #405858. Grayscale: #AEAEAE. Windows color (decimal): -4216921 or 10987455. OLE color: 10987455.

HSL color Cylindrical-coordinate representation of color #BFA7A7: hue angle of 0º degrees, saturation: 0.16, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BFA7A7 is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB191167167-
CMYK00.130.130.25
HSL15.79%70.2%-
HSV(B)12.57%74.9%-
XYZ42.2841.542.34-
YUV174.18123.95140-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.38%
GREEN value IS 167 (65.62% from 255) = 31.81%
BLUE value IS 167 (65.62% from 255) = 31.81%
R=36.38%
G=31.81%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116716700.130.130.25015.7970.2
HexBFA7A70DD1901046
Octal2772472470151531020106
Binary101111111010011110100111011011101110010100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA7A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA7A7; }

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

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

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

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

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

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

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

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