#BFB0AE

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

Shades of Pink Swan #BFB0AE

Tints of Pink Swan #BFB0AE

Color information

#BFB0AE (or 0xBFB0AE) is unknown color: approx Pink Swan. HEX triplet: BF, B0 and AE. RGB value is (191,176,174). Sum of RGB (Red+Green+Blue) = 191+176+174=541 (71% of max value = 765). Red value is 191 (75% from 255 or 35.30% from 541); Green value is 176 (69.14% from 255 or 32.53% from 541); Blue value is 174 (68.36% from 255 or 32.16% from 541); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB0AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB0AE is #404F51. Grayscale: #B4B4B4. Windows color (decimal): -4214610 or 11448511. OLE color: 11448511.

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

Color convert

RGB191176174-
CMYK00.080.090.25
HSL7.06º11.72%71.57%-
HSV(B)7.06º8.9%74.9%-
XYZ44.6545.1846.41-
YUV180.26124.47135.66-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.30%
GREEN value IS 176 (69.14% from 255) = 32.53%
BLUE value IS 174 (68.36% from 255) = 32.16%
R=35.30%
G=32.53%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117617400.080.090.257.0611.7271.57
HexBFB0AE089197c48
Octal2772602560101131714110
Binary1011111110110000101011100100010011100111111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB0AE; }

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

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

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

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

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

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

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

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