#BCF09D

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

Shades of Madang #BCF09D

Tints of Madang #BCF09D

Color information

#BCF09D (or 0xBCF09D) is unknown color: approx Madang. HEX triplet: BC, F0 and 9D. RGB value is (188,240,157). Sum of RGB (Red+Green+Blue) = 188+240+157=585 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.14% from 585); Green value is 240 (94.14% from 255 or 41.03% from 585); Blue value is 157 (61.72% from 255 or 26.84% from 585); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF09D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF09D is #430F62. Grayscale: #D7D7D7. Windows color (decimal): -4394851 or 10350780. OLE color: 10350780.

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

Color convert

RGB188240157-
CMYK0.2200.350.06
HSL97.59º73.45%77.84%-
HSV(B)97.59º34.58%94.12%-
XYZ57.9875.4543.4-
YUV214.9995.27108.75-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.14%
GREEN value IS 240 (94.14% from 255) = 41.03%
BLUE value IS 157 (61.72% from 255) = 26.84%
R=32.14%
G=41.03%
B=26.84%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1882401570.2200.350.0697.5973.4577.84
HexBCF09D16023662494e
Octal274360235260436142111116
Binary101111001111000010011101101100100011110110001010010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF09D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF09D; }

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

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

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

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

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

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

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

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