#BCB1B0

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

Shades of Pink Swan #BCB1B0

Tints of Pink Swan #BCB1B0

Color information

#BCB1B0 (or 0xBCB1B0) is unknown color: approx Pink Swan. HEX triplet: BC, B1 and B0. RGB value is (188,177,176). Sum of RGB (Red+Green+Blue) = 188+177+176=541 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.75% from 541); Green value is 177 (69.53% from 255 or 32.72% from 541); Blue value is 176 (69.14% from 255 or 32.53% from 541); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB1B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB1B0 is #434E4F. Grayscale: #B4B4B4. Windows color (decimal): -4410960 or 11579836. OLE color: 11579836.

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

Color convert

RGB188177176-
CMYK00.060.060.26
HSL8.22%71.37%-
HSV(B)6.38%73.73%-
XYZ44.345.2747.48-
YUV180.18125.64133.58-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.75%
GREEN value IS 177 (69.53% from 255) = 32.72%
BLUE value IS 176 (69.14% from 255) = 32.53%
R=34.75%
G=32.72%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817717600.060.060.2658.2271.37
HexBCB1B00661A5847
Octal27426126006632510107
Binary10111100101100011011000001101101101010110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB1B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB1B0; }

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

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

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

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

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

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

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

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