#BCB5AD

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

Shades of Tide #BCB5AD

Tints of Tide #BCB5AD

Color information

#BCB5AD (or 0xBCB5AD) is unknown color: approx Tide. HEX triplet: BC, B5 and AD. RGB value is (188,181,173). Sum of RGB (Red+Green+Blue) = 188+181+173=542 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.69% from 542); Green value is 181 (71.09% from 255 or 33.39% from 542); Blue value is 173 (67.97% from 255 or 31.92% from 542); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB5AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB5AD is #434A52. Grayscale: #B6B6B6. Windows color (decimal): -4409939 or 11384252. OLE color: 11384252.

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

Color convert

RGB188181173-
CMYK00.040.080.26
HSL32º10.07%70.78%-
HSV(B)32º7.98%73.73%-
XYZ44.8146.7646.2-
YUV182.18122.82132.15-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.69%
GREEN value IS 181 (71.09% from 255) = 33.39%
BLUE value IS 173 (67.97% from 255) = 31.92%
R=34.69%
G=33.39%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818117300.040.080.263210.0770.78
HexBCB5AD0481A20a47
Octal2742652550410324012107
Binary101111001011010110101101010010001101010000010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB5AD; }

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

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

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

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

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

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

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

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