#BCB6AF

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

Shades of Tide #BCB6AF

Tints of Tide #BCB6AF

Color information

#BCB6AF (or 0xBCB6AF) is unknown color: approx Tide. HEX triplet: BC, B6 and AF. RGB value is (188,182,175). Sum of RGB (Red+Green+Blue) = 188+182+175=545 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.50% from 545); Green value is 182 (71.48% from 255 or 33.39% from 545); Blue value is 175 (68.75% from 255 or 32.11% from 545); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB6AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB6AF is #434950. Grayscale: #B7B7B7. Windows color (decimal): -4409681 or 11515580. OLE color: 11515580.

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

Color convert

RGB188182175-
CMYK00.030.070.26
HSL32.31º8.84%71.18%-
HSV(B)32.31º6.91%73.73%-
XYZ45.247.2447.29-
YUV183123.49131.57-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.50%
GREEN value IS 182 (71.48% from 255) = 33.39%
BLUE value IS 175 (68.75% from 255) = 32.11%
R=34.50%
G=33.39%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818217500.030.070.2632.318.8471.18
HexBCB6AF0371A20947
Octal274266257037324011107
Binary1011110010110110101011110111111101010000010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB6AF; }

 p { color: rgb(188,182,175); }

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

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

 a { background-color: rgb(188,182,175); }

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

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

 span { border-color: rgb(188,182,175); }

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