#BCB4AF

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

Shades of Tide #BCB4AF

Tints of Tide #BCB4AF

Color information

#BCB4AF (or 0xBCB4AF) is unknown color: approx Tide. HEX triplet: BC, B4 and AF. RGB value is (188,180,175). Sum of RGB (Red+Green+Blue) = 188+180+175=543 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.62% from 543); Green value is 180 (70.70% from 255 or 33.15% from 543); Blue value is 175 (68.75% from 255 or 32.23% from 543); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB4AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB4AF is #434B50. Grayscale: #B5B5B5. Windows color (decimal): -4410193 or 11515068. OLE color: 11515068.

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

Color convert

RGB188180175-
CMYK00.040.070.26
HSL23.08º8.84%71.18%-
HSV(B)23.08º6.91%73.73%-
XYZ44.846.4347.16-
YUV181.82124.15132.41-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.62%
GREEN value IS 180 (70.70% from 255) = 33.15%
BLUE value IS 175 (68.75% from 255) = 32.23%
R=34.62%
G=33.15%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818017500.040.070.2623.088.8471.18
HexBCB4AF0471A17947
Octal274264257047322711107
Binary1011110010110100101011110100111110101011110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB4AF; }

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

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

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

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

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

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

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

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