#BCC5AF

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

Shades of Tasman #BCC5AF

Tints of Tasman #BCC5AF

Color information

#BCC5AF (or 0xBCC5AF) is unknown color: approx Tasman. HEX triplet: BC, C5 and AF. RGB value is (188,197,175). Sum of RGB (Red+Green+Blue) = 188+197+175=560 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.57% from 560); Green value is 197 (77.34% from 255 or 35.18% from 560); Blue value is 175 (68.75% from 255 or 31.25% from 560); Max value from RGB is 197 - color contains mainly: green. Hex color #BCC5AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC5AF is #433A50. Grayscale: #BFBFBF. Windows color (decimal): -4405841 or 11519420. OLE color: 11519420.

HSL color Cylindrical-coordinate representation of color #BCC5AF: hue angle of 84.55º degrees, saturation: 0.16, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BCC5AF is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB188197175-
CMYK0.0500.110.23
HSL84.55º15.94%72.94%-
HSV(B)84.55º11.17%77.25%-
XYZ48.4453.7248.37-
YUV191.8118.52125.29-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.57%
GREEN value IS 197 (77.34% from 255) = 35.18%
BLUE value IS 175 (68.75% from 255) = 31.25%
R=33.57%
G=35.18%
B=31.25%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1881971750.0500.110.2384.5515.9472.94
HexBCC5AF50B17551049
Octal27430525750132712520111
Binary10111100110001011010111110101011101111010101100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC5AF; }

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

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

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

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

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

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

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

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