#BCB0A8

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

Shades of Tide #BCB0A8

Tints of Tide #BCB0A8

Color information

#BCB0A8 (or 0xBCB0A8) is unknown color: approx Tide. HEX triplet: BC, B0 and A8. RGB value is (188,176,168). Sum of RGB (Red+Green+Blue) = 188+176+168=532 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.34% from 532); Green value is 176 (69.14% from 255 or 33.08% from 532); Blue value is 168 (66.02% from 255 or 31.58% from 532); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB0A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB0A8 is #434F57. Grayscale: #B2B2B2. Windows color (decimal): -4411224 or 11055292. OLE color: 11055292.

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

Color convert

RGB188176168-
CMYK00.060.110.26
HSL24º12.99%69.8%-
HSV(B)24º10.64%73.73%-
XYZ43.3344.5743.36-
YUV178.68121.98134.65-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.34%
GREEN value IS 176 (69.14% from 255) = 33.08%
BLUE value IS 168 (66.02% from 255) = 31.58%
R=35.34%
G=33.08%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.11
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817616800.060.110.262412.9969.8
HexBCB0A806B1A18d46
Octal2742602500613323015106
Binary10111100101100001010100001101011110101100011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB0A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB0A8; }

 p { color: rgb(188,176,168); }

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

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

 a { background-color: rgb(188,176,168); }

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

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

 span { border-color: rgb(188,176,168); }

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