#BCB9B6

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

Shades of Tide #BCB9B6

Tints of Tide #BCB9B6

Color information

#BCB9B6 (or 0xBCB9B6) is unknown color: approx Tide. HEX triplet: BC, B9 and B6. RGB value is (188,185,182). Sum of RGB (Red+Green+Blue) = 188+185+182=555 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.87% from 555); Green value is 185 (72.66% from 255 or 33.33% from 555); Blue value is 182 (71.48% from 255 or 32.79% from 555); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB9B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB9B6 is #434649. Grayscale: #B9B9B9. Windows color (decimal): -4408906 or 11975100. OLE color: 11975100.

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

Color convert

RGB188185182-
CMYK00.020.030.26
HSL30º4.29%72.55%-
HSV(B)30º3.19%73.73%-
XYZ46.5348.7751.22-
YUV185.55125.99129.74-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.87%
GREEN value IS 185 (72.66% from 255) = 33.33%
BLUE value IS 182 (71.48% from 255) = 32.79%
R=33.87%
G=33.33%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.03
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818518200.020.030.26304.2972.55
HexBCB9B60231A1e449
Octal27427126602332364111
Binary1011110010111001101101100101111010111101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB9B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB9B6; }

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

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

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

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

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

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

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

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