#bcef96

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

Shades of Madang #BCEF96

Tints of Madang #BCEF96

Color information

#BCEF96 (or 0xBCEF96) is unknown color: approx Madang. HEX triplet: BC, EF and 96. RGB value is (188,239,150). Sum of RGB (Red+Green+Blue) = 188+239+150=577 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.58% from 577); Green value is 239 (93.75% from 255 or 41.42% from 577); Blue value is 150 (58.98% from 255 or 26.00% from 577); Max value from RGB is 239 - color contains mainly: green. Hex color #BCEF96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCEF96 is #431069. Grayscale: #D5D5D5. Windows color (decimal): -4395114 or 9891772. OLE color: 9891772.

HSL color Cylindrical-coordinate representation of color #BCEF96: hue angle of 94.38º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BCEF96 is Cyan = 0.21, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.

Color convert

RGB188239150-
CMYK0.2100.370.06
HSL94.38º73.55%76.27%-
HSV(B)94.38º37.24%93.73%-
XYZ57.1174.6340.25-
YUV213.692.1109.74-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.58%
GREEN value IS 239 (93.75% from 255) = 41.42%
BLUE value IS 150 (58.98% from 255) = 26.00%
R=32.58%
G=41.42%
B=26.00%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1882391500.2100.370.0694.3873.5576.27
HexBCEF961502565e4a4c
Octal274357226250456136112114
Binary101111001110111110010110101010100101110101111010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bcef96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bcef96; }

 p { color: rgb(188,239,150); }

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

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

 a { background-color: rgb(188,239,150); }

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

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

 span { border-color: rgb(188,239,150); }

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