#BCB0AD

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

Shades of Pink Swan #BCB0AD

Tints of Pink Swan #BCB0AD

Color information

#BCB0AD (or 0xBCB0AD) is unknown color: approx Pink Swan. HEX triplet: BC, B0 and AD. RGB value is (188,176,173). Sum of RGB (Red+Green+Blue) = 188+176+173=537 (71% of max value = 765). Red value is 188 (73.83% from 255 or 35.01% from 537); Green value is 176 (69.14% from 255 or 32.77% from 537); Blue value is 173 (67.97% from 255 or 32.22% from 537); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB0AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB0AD is #434F52. Grayscale: #B3B3B3. Windows color (decimal): -4411219 or 11382972. OLE color: 11382972.

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

Color convert

RGB188176173-
CMYK00.060.080.26
HSL12º10.07%70.78%-
HSV(B)12º7.98%73.73%-
XYZ43.8144.7645.87-
YUV179.25124.48134.24-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.01%
GREEN value IS 176 (69.14% from 255) = 32.77%
BLUE value IS 173 (67.97% from 255) = 32.22%
R=35.01%
G=32.77%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817617300.060.080.261210.0770.78
HexBCB0AD0681Aca47
Octal2742602550610321412107
Binary1011110010110000101011010110100011010110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB0AD; }

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

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

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

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

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

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

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

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