#BCC4AF

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

Shades of Tasman #BCC4AF

Tints of Tasman #BCC4AF

Color information

#BCC4AF (or 0xBCC4AF) is unknown color: approx Tasman. HEX triplet: BC, C4 and AF. RGB value is (188,196,175). Sum of RGB (Red+Green+Blue) = 188+196+175=559 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.63% from 559); Green value is 196 (76.95% from 255 or 35.06% from 559); Blue value is 175 (68.75% from 255 or 31.31% from 559); Max value from RGB is 196 - color contains mainly: green. Hex color #BCC4AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC4AF is #433B50. Grayscale: #BFBFBF. Windows color (decimal): -4406097 or 11519164. OLE color: 11519164.

HSL color Cylindrical-coordinate representation of color #BCC4AF: hue angle of 82.86º degrees, saturation: 0.15, 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 #BCC4AF is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB188196175-
CMYK0.0400.110.23
HSL82.86º15.11%72.75%-
HSV(B)82.86º10.71%76.86%-
XYZ48.2253.2748.3-
YUV191.21118.85125.71-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.63%
GREEN value IS 196 (76.95% from 255) = 35.06%
BLUE value IS 175 (68.75% from 255) = 31.31%
R=33.63%
G=35.06%
B=31.31%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1881961750.0400.110.2382.8615.1172.75
HexBCC4AF40B1753f49
Octal27430425740132712317111
Binary1011110011000100101011111000101110111101001111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC4AF; }

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

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

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

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

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

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

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

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