#BCB0AE

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

Shades of Pink Swan #BCB0AE

Tints of Pink Swan #BCB0AE

Color information

#BCB0AE (or 0xBCB0AE) is unknown color: approx Pink Swan. HEX triplet: BC, B0 and AE. RGB value is (188,176,174). Sum of RGB (Red+Green+Blue) = 188+176+174=538 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.94% from 538); Green value is 176 (69.14% from 255 or 32.71% from 538); Blue value is 174 (68.36% from 255 or 32.34% from 538); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB0AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB0AE is #434F51. Grayscale: #B3B3B3. Windows color (decimal): -4411218 or 11448508. OLE color: 11448508.

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

Color convert

RGB188176174-
CMYK00.060.070.26
HSL8.57º9.46%70.98%-
HSV(B)8.57º7.45%73.73%-
XYZ43.944.846.38-
YUV179.36124.98134.16-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.94%
GREEN value IS 176 (69.14% from 255) = 32.71%
BLUE value IS 174 (68.36% from 255) = 32.34%
R=34.94%
G=32.71%
B=32.34%

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
Decimal18817617400.060.070.268.579.4670.98
HexBCB0AE0671A9947
Octal274260256067321111107
Binary101111001011000010101110011011111010100110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB0AE; }

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

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

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

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

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

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

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

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