#BCC7AF

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

Shades of Tasman #BCC7AF

Tints of Tasman #BCC7AF

Color information

#BCC7AF (or 0xBCC7AF) is unknown color: approx Tasman. HEX triplet: BC, C7 and AF. RGB value is (188,199,175). Sum of RGB (Red+Green+Blue) = 188+199+175=562 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.45% from 562); Green value is 199 (78.12% from 255 or 35.41% from 562); Blue value is 175 (68.75% from 255 or 31.14% from 562); Max value from RGB is 199 - color contains mainly: green. Hex color #BCC7AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC7AF is #433850. Grayscale: #C1C1C1. Windows color (decimal): -4405329 or 11519932. OLE color: 11519932.

HSL color Cylindrical-coordinate representation of color #BCC7AF: hue angle of 87.5º degrees, saturation: 0.18, 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 #BCC7AF is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB188199175-
CMYK0.0600.120.22
HSL87.5º17.65%73.33%-
HSV(B)87.5º12.06%78.04%-
XYZ48.954.6348.53-
YUV192.97117.86124.45-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.45%
GREEN value IS 199 (78.12% from 255) = 35.41%
BLUE value IS 175 (68.75% from 255) = 31.14%
R=33.45%
G=35.41%
B=31.14%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1881991750.0600.120.2287.517.6573.33
HexBCC7AF60C16571249
Octal27430725760142612722111
Binary10111100110001111010111111001100101101010111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC7AF; }

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

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

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

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

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

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

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

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