#BCB2B1

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

Shades of Pink Swan #BCB2B1

Tints of Pink Swan #BCB2B1

Color information

#BCB2B1 (or 0xBCB2B1) is unknown color: approx Pink Swan. HEX triplet: BC, B2 and B1. RGB value is (188,178,177). Sum of RGB (Red+Green+Blue) = 188+178+177=543 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.62% from 543); Green value is 178 (69.92% from 255 or 32.78% from 543); Blue value is 177 (69.53% from 255 or 32.60% from 543); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB2B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB2B1 is #434D4E. Grayscale: #B4B4B4. Windows color (decimal): -4410703 or 11645628. OLE color: 11645628.

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

Color convert

RGB188178177-
CMYK00.050.060.26
HSL5.45º7.59%71.57%-
HSV(B)5.45º5.85%73.73%-
XYZ44.645.7148.07-
YUV180.88125.81133.08-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.62%
GREEN value IS 178 (69.92% from 255) = 32.78%
BLUE value IS 177 (69.53% from 255) = 32.60%
R=34.62%
G=32.78%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817817700.050.060.265.457.5971.57
HexBCB2B10561A5848
Octal27426226105632510110
Binary10111100101100101011000101011101101010110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB2B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB2B1; }

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

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

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

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

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

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

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

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