#BFB1AD

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

Shades of Pink Swan #BFB1AD

Tints of Pink Swan #BFB1AD

Color information

#BFB1AD (or 0xBFB1AD) is unknown color: approx Pink Swan. HEX triplet: BF, B1 and AD. RGB value is (191,177,173). Sum of RGB (Red+Green+Blue) = 191+177+173=541 (71% of max value = 765). Red value is 191 (75% from 255 or 35.30% from 541); Green value is 177 (69.53% from 255 or 32.72% from 541); Blue value is 173 (67.97% from 255 or 31.98% from 541); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB1AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB1AD is #404E52. Grayscale: #B4B4B4. Windows color (decimal): -4214355 or 11383231. OLE color: 11383231.

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

Color convert

RGB191177173-
CMYK00.070.090.25
HSL13.33º12.33%71.37%-
HSV(B)13.33º9.42%74.9%-
XYZ44.7545.5445.97-
YUV180.73123.64135.33-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.30%
GREEN value IS 177 (69.53% from 255) = 32.72%
BLUE value IS 173 (67.97% from 255) = 31.98%
R=35.30%
G=32.72%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117717300.070.090.2513.3312.3371.37
HexBFB1AD07919dc47
Octal2772612550711311514107
Binary1011111110110001101011010111100111001110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB1AD; }

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

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

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

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

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

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

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

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