#BCB3AE

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

Shades of Tide #BCB3AE

Tints of Tide #BCB3AE

Color information

#BCB3AE (or 0xBCB3AE) is unknown color: approx Tide. HEX triplet: BC, B3 and AE. RGB value is (188,179,174). Sum of RGB (Red+Green+Blue) = 188+179+174=541 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.75% from 541); Green value is 179 (70.31% from 255 or 33.09% from 541); Blue value is 174 (68.36% from 255 or 32.16% from 541); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB3AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB3AE is #434C51. Grayscale: #B5B5B5. Windows color (decimal): -4410450 or 11449276. OLE color: 11449276.

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

Color convert

RGB188179174-
CMYK00.050.070.26
HSL21.43º9.46%70.98%-
HSV(B)21.43º7.45%73.73%-
XYZ44.545.9946.58-
YUV181.12123.98132.91-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.75%
GREEN value IS 179 (70.31% from 255) = 33.09%
BLUE value IS 174 (68.36% from 255) = 32.16%
R=34.75%
G=33.09%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817917400.050.070.2621.439.4670.98
HexBCB3AE0571A15947
Octal274263256057322511107
Binary1011110010110011101011100101111110101010110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB3AE; }

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

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

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

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

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

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

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

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