#BCB2AD

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

Shades of Tide #BCB2AD

Tints of Tide #BCB2AD

Color information

#BCB2AD (or 0xBCB2AD) is unknown color: approx Tide. HEX triplet: BC, B2 and AD. RGB value is (188,178,173). Sum of RGB (Red+Green+Blue) = 188+178+173=539 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.88% from 539); Green value is 178 (69.92% from 255 or 33.02% from 539); Blue value is 173 (67.97% from 255 or 32.10% from 539); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB2AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB2AD is #434D52. Grayscale: #B4B4B4. Windows color (decimal): -4410707 or 11383484. OLE color: 11383484.

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

Color convert

RGB188178173-
CMYK00.050.080.26
HSL20º10.07%70.78%-
HSV(B)20º7.98%73.73%-
XYZ44.245.5546-
YUV180.42123.81133.41-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.88%
GREEN value IS 178 (69.92% from 255) = 33.02%
BLUE value IS 173 (67.97% from 255) = 32.10%
R=34.88%
G=33.02%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817817300.050.080.262010.0770.78
HexBCB2AD0581A14a47
Octal2742622550510322412107
Binary10111100101100101010110101011000110101010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB2AD; }

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

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

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

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

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

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

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

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