#BCF29D

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

Shades of Madang #BCF29D

Tints of Madang #BCF29D

Color information

#BCF29D (or 0xBCF29D) is unknown color: approx Madang. HEX triplet: BC, F2 and 9D. RGB value is (188,242,157). Sum of RGB (Red+Green+Blue) = 188+242+157=587 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.03% from 587); Green value is 242 (94.92% from 255 or 41.23% from 587); Blue value is 157 (61.72% from 255 or 26.75% from 587); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF29D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF29D is #430D62. Grayscale: #D8D8D8. Windows color (decimal): -4394339 or 10351292. OLE color: 10351292.

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

Color convert

RGB188242157-
CMYK0.2200.350.05
HSL98.12º76.58%78.24%-
HSV(B)98.12º35.12%94.9%-
XYZ58.5876.6343.6-
YUV216.1694.61107.91-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.03%
GREEN value IS 242 (94.92% from 255) = 41.23%
BLUE value IS 157 (61.72% from 255) = 26.75%
R=32.03%
G=41.23%
B=26.75%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1882421570.2200.350.0598.1276.5878.24
HexBCF29D160235624d4e
Octal274362235260435142115116
Binary101111001111001010011101101100100011101110001010011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF29D; }

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

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

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

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

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

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

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

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