#BCB5AE

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

Shades of Tide #BCB5AE

Tints of Tide #BCB5AE

Color information

#BCB5AE (or 0xBCB5AE) is unknown color: approx Tide. HEX triplet: BC, B5 and AE. RGB value is (188,181,174). Sum of RGB (Red+Green+Blue) = 188+181+174=543 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.62% from 543); Green value is 181 (71.09% from 255 or 33.33% from 543); Blue value is 174 (68.36% from 255 or 32.04% from 543); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB5AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB5AE is #434A51. Grayscale: #B6B6B6. Windows color (decimal): -4409938 or 11449788. OLE color: 11449788.

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

Color convert

RGB188181174-
CMYK00.040.070.26
HSL30º9.46%70.98%-
HSV(B)30º7.45%73.73%-
XYZ44.946.846.71-
YUV182.3123.32132.07-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.62%
GREEN value IS 181 (71.09% from 255) = 33.33%
BLUE value IS 174 (68.36% from 255) = 32.04%
R=34.62%
G=33.33%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818117400.040.070.26309.4670.98
HexBCB5AE0471A1e947
Octal274265256047323611107
Binary1011110010110101101011100100111110101111010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB5AE; }

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

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

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

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

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

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

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

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