#BFB7B5

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

Shades of Pink Swan #BFB7B5

Tints of Pink Swan #BFB7B5

Color information

#BFB7B5 (or 0xBFB7B5) is unknown color: approx Pink Swan. HEX triplet: BF, B7 and B5. RGB value is (191,183,181). Sum of RGB (Red+Green+Blue) = 191+183+181=555 (73% of max value = 765). Red value is 191 (75% from 255 or 34.41% from 555); Green value is 183 (71.88% from 255 or 32.97% from 555); Blue value is 181 (71.09% from 255 or 32.61% from 555); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB7B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB7B5 is #40484A. Grayscale: #B9B9B9. Windows color (decimal): -4212811 or 11909055. OLE color: 11909055.

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

Color convert

RGB191183181-
CMYK00.040.050.25
HSL12º7.25%72.94%-
HSV(B)12º5.24%74.9%-
XYZ46.7648.2850.57-
YUV185.16125.65132.16-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.41%
GREEN value IS 183 (71.88% from 255) = 32.97%
BLUE value IS 181 (71.09% from 255) = 32.61%
R=34.41%
G=32.97%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118318100.040.050.25127.2572.94
HexBFB7B504519c749
Octal27726726504531147111
Binary10111111101101111011010101001011100111001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB7B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB7B5; }

 p { color: rgb(191,183,181); }

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

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

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

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

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

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

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