#BCFE9E

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

Shades of Madang #BCFE9E

Tints of Madang #BCFE9E

Color information

#BCFE9E (or 0xBCFE9E) is unknown color: approx Madang. HEX triplet: BC, FE and 9E. RGB value is (188,254,158). Sum of RGB (Red+Green+Blue) = 188+254+158=600 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.33% from 600); Green value is 254 (99.61% from 255 or 42.33% from 600); Blue value is 158 (62.11% from 255 or 26.33% from 600); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFE9E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFE9E is #430161. Grayscale: #DFDFDF. Windows color (decimal): -4391266 or 10419900. OLE color: 10419900.

HSL color Cylindrical-coordinate representation of color #BCFE9E: hue angle of 101.25º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BCFE9E is Cyan = 0.26, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.00.

Color convert

RGB188254158-
CMYK0.2600.380.00
HSL101.25º97.96%80.78%-
HSV(B)101.25º37.8%99.61%-
XYZ62.3584.0445.28-
YUV223.3291.13102.81-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.33%
GREEN value IS 254 (99.61% from 255) = 42.33%
BLUE value IS 158 (62.11% from 255) = 26.33%
R=31.33%
G=42.33%
B=26.33%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1882541580.2600.380.00101.2597.9680.78
HexBCFE9E1A0260656251
Octal274376236320460145142121
Binary1011110011111110100111101101001001100110010111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFE9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFE9E; }

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

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

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

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

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

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

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

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