#BCB7B6

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

Shades of Pink Swan #BCB7B6

Tints of Pink Swan #BCB7B6

Color information

#BCB7B6 (or 0xBCB7B6) is unknown color: approx Pink Swan. HEX triplet: BC, B7 and B6. RGB value is (188,183,182). Sum of RGB (Red+Green+Blue) = 188+183+182=553 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.00% from 553); Green value is 183 (71.88% from 255 or 33.09% from 553); Blue value is 182 (71.48% from 255 or 32.91% from 553); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB7B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB7B6 is #434849. Grayscale: #B8B8B8. Windows color (decimal): -4409418 or 11974588. OLE color: 11974588.

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

Color convert

RGB188183182-
CMYK00.030.030.26
HSL10º4.29%72.55%-
HSV(B)10º3.19%73.73%-
XYZ46.1247.9451.08-
YUV184.38126.66130.58-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.00%
GREEN value IS 183 (71.88% from 255) = 33.09%
BLUE value IS 182 (71.48% from 255) = 32.91%
R=34.00%
G=33.09%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.03
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818318200.030.030.26104.2972.55
HexBCB7B60331Aa449
Octal27426726603332124111
Binary101111001011011110110110011111101010101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB7B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB7B6; }

 p { color: rgb(188,183,182); }

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

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

 a { background-color: rgb(188,183,182); }

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

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

 span { border-color: rgb(188,183,182); }

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