#BCF2B1

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

Shades of Madang #BCF2B1

Tints of Madang #BCF2B1

Color information

#BCF2B1 (or 0xBCF2B1) is unknown color: approx Madang. HEX triplet: BC, F2 and B1. RGB value is (188,242,177). Sum of RGB (Red+Green+Blue) = 188+242+177=607 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.97% from 607); Green value is 242 (94.92% from 255 or 39.87% from 607); Blue value is 177 (69.53% from 255 or 29.16% from 607); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF2B1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF2B1 is #430D4E. Grayscale: #DADADA. Windows color (decimal): -4394319 or 11662012. OLE color: 11662012.

HSL color Cylindrical-coordinate representation of color #BCF2B1: hue angle of 109.85º degrees, saturation: 0.71, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BCF2B1 is Cyan = 0.22, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB188242177-
CMYK0.2200.270.05
HSL109.85º71.43%82.16%-
HSV(B)109.85º26.86%94.9%-
XYZ60.4377.3753.34-
YUV218.44104.61106.29-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.97%
GREEN value IS 242 (94.92% from 255) = 39.87%
BLUE value IS 177 (69.53% from 255) = 29.16%
R=30.97%
G=39.87%
B=29.16%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1882421770.2200.270.05109.8571.4382.16
HexBCF2B11601B56e4752
Octal274362261260335156107122
Binary10111100111100101011000110110011011101110111010001111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF2B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF2B1; }

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

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

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

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

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

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

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

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