#BCB0AF

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

Shades of Pink Swan #BCB0AF

Tints of Pink Swan #BCB0AF

Color information

#BCB0AF (or 0xBCB0AF) is unknown color: approx Pink Swan. HEX triplet: BC, B0 and AF. RGB value is (188,176,175). Sum of RGB (Red+Green+Blue) = 188+176+175=539 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.88% from 539); Green value is 176 (69.14% from 255 or 32.65% from 539); Blue value is 175 (68.75% from 255 or 32.47% from 539); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB0AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB0AF is #434F50. Grayscale: #B3B3B3. Windows color (decimal): -4411217 or 11514044. OLE color: 11514044.

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

Color convert

RGB188176175-
CMYK00.060.070.26
HSL4.62º8.84%71.18%-
HSV(B)4.62º6.91%73.73%-
XYZ4444.8446.89-
YUV179.47125.48134.08-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.88%
GREEN value IS 176 (69.14% from 255) = 32.65%
BLUE value IS 175 (68.75% from 255) = 32.47%
R=34.88%
G=32.65%
B=32.47%

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
Decimal18817617500.060.070.264.628.8471.18
HexBCB0AF0671A5947
Octal27426025706732511107
Binary10111100101100001010111101101111101010110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB0AF; }

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

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

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

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

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

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

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

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