#BFB4B0

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

Shades of Pink Swan #BFB4B0

Tints of Pink Swan #BFB4B0

Color information

#BFB4B0 (or 0xBFB4B0) is unknown color: approx Pink Swan. HEX triplet: BF, B4 and B0. RGB value is (191,180,176). Sum of RGB (Red+Green+Blue) = 191+180+176=547 (72% of max value = 765). Red value is 191 (75% from 255 or 34.92% from 547); Green value is 180 (70.70% from 255 or 32.91% from 547); Blue value is 176 (69.14% from 255 or 32.18% from 547); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB4B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB4B0 is #404B4F. Grayscale: #B6B6B6. Windows color (decimal): -4213584 or 11580607. OLE color: 11580607.

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

Color convert

RGB191180176-
CMYK00.060.080.25
HSL16º10.49%71.96%-
HSV(B)16º7.85%74.9%-
XYZ45.6446.8547.71-
YUV182.83124.14133.83-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.92%
GREEN value IS 180 (70.70% from 255) = 32.91%
BLUE value IS 176 (69.14% from 255) = 32.18%
R=34.92%
G=32.91%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118017600.060.080.251610.4971.96
HexBFB4B00681910a48
Octal2772642600610312012110
Binary10111111101101001011000001101000110011000010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB4B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB4B0; }

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

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

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

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

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

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

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

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