#BCB3B1

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

Shades of Pink Swan #BCB3B1

Tints of Pink Swan #BCB3B1

Color information

#BCB3B1 (or 0xBCB3B1) is unknown color: approx Pink Swan. HEX triplet: BC, B3 and B1. RGB value is (188,179,177). Sum of RGB (Red+Green+Blue) = 188+179+177=544 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.56% from 544); Green value is 179 (70.31% from 255 or 32.90% from 544); Blue value is 177 (69.53% from 255 or 32.54% from 544); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB3B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB3B1 is #434C4E. Grayscale: #B5B5B5. Windows color (decimal): -4410447 or 11645884. OLE color: 11645884.

HSL color Cylindrical-coordinate representation of color #BCB3B1: hue angle of 10.91º 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 #BCB3B1 is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB188179177-
CMYK00.050.060.26
HSL10.91º7.59%71.57%-
HSV(B)10.91º5.85%73.73%-
XYZ44.7946.1148.13-
YUV181.46125.48132.66-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.56%
GREEN value IS 179 (70.31% from 255) = 32.90%
BLUE value IS 177 (69.53% from 255) = 32.54%
R=34.56%
G=32.90%
B=32.54%

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
Decimal18817917700.050.060.2610.917.5971.57
HexBCB3B10561Ab848
Octal274263261056321310110
Binary101111001011001110110001010111011010101110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB3B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB3B1; }

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

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

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

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

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

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

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

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