#BCF09E

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

Shades of Madang #BCF09E

Tints of Madang #BCF09E

Color information

#BCF09E (or 0xBCF09E) is unknown color: approx Madang. HEX triplet: BC, F0 and 9E. RGB value is (188,240,158). Sum of RGB (Red+Green+Blue) = 188+240+158=586 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.08% from 586); Green value is 240 (94.14% from 255 or 40.96% from 586); Blue value is 158 (62.11% from 255 or 26.96% from 586); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF09E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF09E is #430F61. Grayscale: #D7D7D7. Windows color (decimal): -4394850 or 10416316. OLE color: 10416316.

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

Color convert

RGB188240158-
CMYK0.2200.340.06
HSL98.05º73.21%78.04%-
HSV(B)98.05º34.17%94.12%-
XYZ58.0775.4843.86-
YUV215.195.77108.67-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.08%
GREEN value IS 240 (94.14% from 255) = 40.96%
BLUE value IS 158 (62.11% from 255) = 26.96%
R=32.08%
G=40.96%
B=26.96%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1882401580.2200.340.0698.0573.2178.04
HexBCF09E16022662494e
Octal274360236260426142111116
Binary101111001111000010011110101100100010110110001010010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF09E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF09E; }

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

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

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

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

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

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

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

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