#BCB1AA

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

Shades of Tide #BCB1AA

Tints of Tide #BCB1AA

Color information

#BCB1AA (or 0xBCB1AA) is unknown color: approx Tide. HEX triplet: BC, B1 and AA. RGB value is (188,177,170). Sum of RGB (Red+Green+Blue) = 188+177+170=535 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.14% from 535); Green value is 177 (69.53% from 255 or 33.08% from 535); Blue value is 170 (66.80% from 255 or 31.78% from 535); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB1AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB1AA is #434E55. Grayscale: #B3B3B3. Windows color (decimal): -4410966 or 11186620. OLE color: 11186620.

HSL color Cylindrical-coordinate representation of color #BCB1AA: hue angle of 23.33º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BCB1AA is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB188177170-
CMYK00.060.100.26
HSL23.33º11.84%70.2%-
HSV(B)23.33º9.57%73.73%-
XYZ43.7245.0444.42-
YUV179.49122.64134.07-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.14%
GREEN value IS 177 (69.53% from 255) = 33.08%
BLUE value IS 170 (66.80% from 255) = 31.78%
R=35.14%
G=33.08%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817717000.060.100.2623.3311.8470.2
HexBCB1AA06A1A17c46
Octal2742612520612322714106
Binary10111100101100011010101001101010110101011111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB1AA; }

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

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

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

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

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

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

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

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