#BCC6AF

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

Shades of Tasman #BCC6AF

Tints of Tasman #BCC6AF

Color information

#BCC6AF (or 0xBCC6AF) is unknown color: approx Tasman. HEX triplet: BC, C6 and AF. RGB value is (188,198,175). Sum of RGB (Red+Green+Blue) = 188+198+175=561 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.51% from 561); Green value is 198 (77.73% from 255 or 35.29% from 561); Blue value is 175 (68.75% from 255 or 31.19% from 561); Max value from RGB is 198 - color contains mainly: green. Hex color #BCC6AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC6AF is #433950. Grayscale: #C0C0C0. Windows color (decimal): -4405585 or 11519676. OLE color: 11519676.

HSL color Cylindrical-coordinate representation of color #BCC6AF: hue angle of 86.09º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BCC6AF is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB188198175-
CMYK0.0500.120.22
HSL86.09º16.79%73.14%-
HSV(B)86.09º11.62%77.65%-
XYZ48.6754.1748.45-
YUV192.39118.19124.87-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.51%
GREEN value IS 198 (77.73% from 255) = 35.29%
BLUE value IS 175 (68.75% from 255) = 31.19%
R=33.51%
G=35.29%
B=31.19%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1881981750.0500.120.2286.0916.7973.14
HexBCC6AF50C16561149
Octal27430625750142612621111
Binary10111100110001101010111110101100101101010110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC6AF; }

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

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

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

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

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

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

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

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