#BCB8B5

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

Shades of Tide #BCB8B5

Tints of Tide #BCB8B5

Color information

#BCB8B5 (or 0xBCB8B5) is unknown color: approx Tide. HEX triplet: BC, B8 and B5. RGB value is (188,184,181). Sum of RGB (Red+Green+Blue) = 188+184+181=553 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.00% from 553); Green value is 184 (72.27% from 255 or 33.27% from 553); Blue value is 181 (71.09% from 255 or 32.73% from 553); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB8B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB8B5 is #43474A. Grayscale: #B8B8B8. Windows color (decimal): -4409163 or 11909308. OLE color: 11909308.

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

Color convert

RGB188184181-
CMYK00.020.040.26
HSL25.71º4.96%72.35%-
HSV(B)25.71º3.72%73.73%-
XYZ46.2248.3150.6-
YUV184.85125.83130.24-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.00%
GREEN value IS 184 (72.27% from 255) = 33.27%
BLUE value IS 181 (71.09% from 255) = 32.73%
R=34.00%
G=33.27%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818418100.020.040.2625.714.9672.35
HexBCB8B50241A1a548
Octal27427026502432325110
Binary10111100101110001011010101010011010110101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB8B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB8B5; }

 p { color: rgb(188,184,181); }

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

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

 a { background-color: rgb(188,184,181); }

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

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

 span { border-color: rgb(188,184,181); }

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