#BCB2AC

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

Shades of Tide #BCB2AC

Tints of Tide #BCB2AC

Color information

#BCB2AC (or 0xBCB2AC) is unknown color: approx Tide. HEX triplet: BC, B2 and AC. RGB value is (188,178,172). Sum of RGB (Red+Green+Blue) = 188+178+172=538 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.94% from 538); Green value is 178 (69.92% from 255 or 33.09% from 538); Blue value is 172 (67.58% from 255 or 31.97% from 538); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB2AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB2AC is #434D53. Grayscale: #B4B4B4. Windows color (decimal): -4410708 or 11317948. OLE color: 11317948.

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

Color convert

RGB188178172-
CMYK00.050.090.26
HSL22.5º10.67%70.59%-
HSV(B)22.5º8.51%73.73%-
XYZ44.1145.5145.49-
YUV180.31123.31133.49-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.94%
GREEN value IS 178 (69.92% from 255) = 33.09%
BLUE value IS 172 (67.58% from 255) = 31.97%
R=34.94%
G=33.09%
B=31.97%

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
Decimal18817817200.050.090.2622.510.6770.59
HexBCB2AC0591A17b47
Octal2742622540511322713107
Binary10111100101100101010110001011001110101011110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB2AC; }

 p { color: rgb(188,178,172); }

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

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

 a { background-color: rgb(188,178,172); }

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

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

 span { border-color: rgb(188,178,172); }

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