#BCB1AF

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

Shades of Pink Swan #BCB1AF

Tints of Pink Swan #BCB1AF

Color information

#BCB1AF (or 0xBCB1AF) is unknown color: approx Pink Swan. HEX triplet: BC, B1 and AF. RGB value is (188,177,175). Sum of RGB (Red+Green+Blue) = 188+177+175=540 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.81% from 540); Green value is 177 (69.53% from 255 or 32.78% from 540); Blue value is 175 (68.75% from 255 or 32.41% from 540); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB1AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB1AF is #434E50. Grayscale: #B4B4B4. Windows color (decimal): -4410961 or 11514300. OLE color: 11514300.

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

Color convert

RGB188177175-
CMYK00.060.070.26
HSL9.23º8.84%71.18%-
HSV(B)9.23º6.91%73.73%-
XYZ44.245.2346.96-
YUV180.06125.14133.66-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.81%
GREEN value IS 177 (69.53% from 255) = 32.78%
BLUE value IS 175 (68.75% from 255) = 32.41%
R=34.81%
G=32.78%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817717500.060.070.269.238.8471.18
HexBCB1AF0671A9947
Octal274261257067321111107
Binary101111001011000110101111011011111010100110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB1AF; }

 p { color: rgb(188,177,175); }

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

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

 a { background-color: rgb(188,177,175); }

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

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

 span { border-color: rgb(188,177,175); }

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