#BCC3B1

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

Shades of Tasman #BCC3B1

Tints of Tasman #BCC3B1

Color information

#BCC3B1 (or 0xBCC3B1) is unknown color: approx Tasman. HEX triplet: BC, C3 and B1. RGB value is (188,195,177). Sum of RGB (Red+Green+Blue) = 188+195+177=560 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.57% from 560); Green value is 195 (76.56% from 255 or 34.82% from 560); Blue value is 177 (69.53% from 255 or 31.61% from 560); Max value from RGB is 195 - color contains mainly: green. Hex color #BCC3B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC3B1 is #433C4E. Grayscale: #BEBEBE. Windows color (decimal): -4406351 or 11649980. OLE color: 11649980.

HSL color Cylindrical-coordinate representation of color #BCC3B1: hue angle of 83.33º degrees, saturation: 0.13, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BCC3B1 is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB188195177-
CMYK0.0400.090.24
HSL83.33º13.04%72.94%-
HSV(B)83.33º9.23%76.47%-
XYZ48.1952.949.27-
YUV190.86120.18125.96-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.57%
GREEN value IS 195 (76.56% from 255) = 34.82%
BLUE value IS 177 (69.53% from 255) = 31.61%
R=33.57%
G=34.82%
B=31.61%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1881951770.0400.090.2483.3313.0472.94
HexBCC3B14091853d49
Octal27430326140113012315111
Binary1011110011000011101100011000100111000101001111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC3B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC3B1; }

 p { color: rgb(188,195,177); }

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

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

 a { background-color: rgb(188,195,177); }

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

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

 span { border-color: rgb(188,195,177); }

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