#BCC4B2

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

Shades of Tasman #BCC4B2

Tints of Tasman #BCC4B2

Color information

#BCC4B2 (or 0xBCC4B2) is unknown color: approx Tasman. HEX triplet: BC, C4 and B2. RGB value is (188,196,178). Sum of RGB (Red+Green+Blue) = 188+196+178=562 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.45% from 562); Green value is 196 (76.95% from 255 or 34.88% from 562); Blue value is 178 (69.92% from 255 or 31.67% from 562); Max value from RGB is 196 - color contains mainly: green. Hex color #BCC4B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC4B2 is #433B4D. Grayscale: #BFBFBF. Windows color (decimal): -4406094 or 11715772. OLE color: 11715772.

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

Color convert

RGB188196178-
CMYK0.0400.090.23
HSL86.67º13.24%73.33%-
HSV(B)86.67º9.18%76.86%-
XYZ48.5153.3949.87-
YUV191.56120.35125.46-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.45%
GREEN value IS 196 (76.95% from 255) = 34.88%
BLUE value IS 178 (69.92% from 255) = 31.67%
R=33.45%
G=34.88%
B=31.67%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1881961780.0400.090.2386.6713.2473.33
HexBCC4B24091757d49
Octal27430426240112712715111
Binary1011110011000100101100101000100110111101011111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC4B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC4B2; }

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

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

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

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

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

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

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

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