#BCB1AC

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

Shades of Tide #BCB1AC

Tints of Tide #BCB1AC

Color information

#BCB1AC (or 0xBCB1AC) is unknown color: approx Tide. HEX triplet: BC, B1 and AC. RGB value is (188,177,172). Sum of RGB (Red+Green+Blue) = 188+177+172=537 (71% of max value = 765). Red value is 188 (73.83% from 255 or 35.01% from 537); Green value is 177 (69.53% from 255 or 32.96% from 537); Blue value is 172 (67.58% from 255 or 32.03% from 537); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB1AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB1AC is #434E53. Grayscale: #B3B3B3. Windows color (decimal): -4410964 or 11317692. OLE color: 11317692.

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

Color convert

RGB188177172-
CMYK00.060.090.26
HSL18.75º10.67%70.59%-
HSV(B)18.75º8.51%73.73%-
XYZ43.9145.1145.42-
YUV179.72123.64133.91-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.01%
GREEN value IS 177 (69.53% from 255) = 32.96%
BLUE value IS 172 (67.58% from 255) = 32.03%
R=35.01%
G=32.96%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817717200.060.090.2618.7510.6770.59
HexBCB1AC0691A13b47
Octal2742612540611322313107
Binary10111100101100011010110001101001110101001110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB1AC; }

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

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

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

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

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

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

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

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