#BCF7A2

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

Shades of Madang #BCF7A2

Tints of Madang #BCF7A2

Color information

#BCF7A2 (or 0xBCF7A2) is unknown color: approx Madang. HEX triplet: BC, F7 and A2. RGB value is (188,247,162). Sum of RGB (Red+Green+Blue) = 188+247+162=597 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.49% from 597); Green value is 247 (96.88% from 255 or 41.37% from 597); Blue value is 162 (63.67% from 255 or 27.14% from 597); Max value from RGB is 247 - color contains mainly: green. Hex color #BCF7A2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF7A2 is #43085D. Grayscale: #DBDBDB. Windows color (decimal): -4393054 or 10680252. OLE color: 10680252.

HSL color Cylindrical-coordinate representation of color #BCF7A2: hue angle of 101.65º degrees, saturation: 0.84, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BCF7A2 is Cyan = 0.24, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.03.

Color convert

RGB188247162-
CMYK0.2400.340.03
HSL101.65º84.16%80.2%-
HSV(B)101.65º34.41%96.86%-
XYZ60.5279.8246.4-
YUV219.6795.45105.41-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.49%
GREEN value IS 247 (96.88% from 255) = 41.37%
BLUE value IS 162 (63.67% from 255) = 27.14%
R=31.49%
G=41.37%
B=27.14%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1882471620.2400.340.03101.6584.1680.2
HexBCF7A2180223665450
Octal274367242300423146124120
Binary10111100111101111010001011000010001011110011010101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF7A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF7A2; }

 p { color: rgb(188,247,162); }

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

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

 a { background-color: rgb(188,247,162); }

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

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

 span { border-color: rgb(188,247,162); }

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