#BCB3AB

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

Shades of Tide #BCB3AB

Tints of Tide #BCB3AB

Color information

#BCB3AB (or 0xBCB3AB) is unknown color: approx Tide. HEX triplet: BC, B3 and AB. RGB value is (188,179,171). Sum of RGB (Red+Green+Blue) = 188+179+171=538 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.94% from 538); Green value is 179 (70.31% from 255 or 33.27% from 538); Blue value is 171 (67.19% from 255 or 31.78% from 538); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB3AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB3AB is #434C54. Grayscale: #B4B4B4. Windows color (decimal): -4410453 or 11252668. OLE color: 11252668.

HSL color Cylindrical-coordinate representation of color #BCB3AB: hue angle of 28.24º degrees, saturation: 0.11, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BCB3AB is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB188179171-
CMYK00.050.090.26
HSL28.24º11.26%70.39%-
HSV(B)28.24º9.04%73.73%-
XYZ44.2145.8745.05-
YUV180.78122.48133.15-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.94%
GREEN value IS 179 (70.31% from 255) = 33.27%
BLUE value IS 171 (67.19% from 255) = 31.78%
R=34.94%
G=33.27%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817917100.050.090.2628.2411.2670.39
HexBCB3AB0591A1cb46
Octal2742632530511323413106
Binary10111100101100111010101101011001110101110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB3AB; }

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

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

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

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

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

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

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

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