#BFA6A6

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

Shades of Pink Swan #BFA6A6

Tints of Pink Swan #BFA6A6

Color information

#BFA6A6 (or 0xBFA6A6) is unknown color: approx Pink Swan. HEX triplet: BF, A6 and A6. RGB value is (191,166,166). Sum of RGB (Red+Green+Blue) = 191+166+166=523 (69% of max value = 765). Red value is 191 (75% from 255 or 36.52% from 523); Green value is 166 (65.23% from 255 or 31.74% from 523); Blue value is 166 (65.23% from 255 or 31.74% from 523); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA6A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA6A6 is #405959. Grayscale: #ADADAD. Windows color (decimal): -4217178 or 10921663. OLE color: 10921663.

HSL color Cylindrical-coordinate representation of color #BFA6A6: 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 #BFA6A6 is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB191166166-
CMYK00.130.130.25
HSL16.34%70%-
HSV(B)13.09%74.9%-
XYZ42.0141.141.8-
YUV173.48123.78140.5-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.52%
GREEN value IS 166 (65.23% from 255) = 31.74%
BLUE value IS 166 (65.23% from 255) = 31.74%
R=36.52%
G=31.74%
B=31.74%

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
Decimal19116616600.130.130.25016.3470
HexBFA6A60DD1901046
Octal2772462460151531020106
Binary101111111010011010100110011011101110010100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA6A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA6A6; }

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

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

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

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

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

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

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

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