#BFB1B0

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

Shades of Pink Swan #BFB1B0

Tints of Pink Swan #BFB1B0

Color information

#BFB1B0 (or 0xBFB1B0) is unknown color: approx Pink Swan. HEX triplet: BF, B1 and B0. RGB value is (191,177,176). Sum of RGB (Red+Green+Blue) = 191+177+176=544 (72% of max value = 765). Red value is 191 (75% from 255 or 35.11% from 544); Green value is 177 (69.53% from 255 or 32.54% from 544); Blue value is 176 (69.14% from 255 or 32.35% from 544); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB1B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB1B0 is #404E4F. Grayscale: #B5B5B5. Windows color (decimal): -4214352 or 11579839. OLE color: 11579839.

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

Color convert

RGB191177176-
CMYK00.070.080.25
HSL10.49%71.96%-
HSV(B)7.85%74.9%-
XYZ45.0445.6647.51-
YUV181.07125.14135.08-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.11%
GREEN value IS 177 (69.53% from 255) = 32.54%
BLUE value IS 176 (69.14% from 255) = 32.35%
R=35.11%
G=32.54%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117717600.070.080.25410.4971.96
HexBFB1B0078194a48
Octal277261260071031412110
Binary101111111011000110110000011110001100110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB1B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB1B0; }

 p { color: rgb(191,177,176); }

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

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

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

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

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

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

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