#BCFF9F

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

Shades of Madang #BCFF9F

Tints of Madang #BCFF9F

Color information

#BCFF9F (or 0xBCFF9F) is unknown color: approx Madang. HEX triplet: BC, FF and 9F. RGB value is (188,255,159). Sum of RGB (Red+Green+Blue) = 188+255+159=602 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.23% from 602); Green value is 255 (100% from 255 or 42.36% from 602); Blue value is 159 (62.5% from 255 or 26.41% from 602); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFF9F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFF9F is #430060. Grayscale: #E0E0E0. Windows color (decimal): -4391009 or 10485692. OLE color: 10485692.

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

Color convert

RGB188255159-
CMYK0.2600.380
HSL101.88º100%81.18%-
HSV(B)101.88º37.65%100%-
XYZ62.7684.7145.84-
YUV224.0291.3102.31-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.23%
GREEN value IS 255 (100% from 255) = 42.36%
BLUE value IS 159 (62.5% from 255) = 26.41%
R=31.23%
G=42.36%
B=26.41%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1882551590.2600.380101.8810081.18
HexBCFF9F1A0260666451
Octal274377237320460146144121
Binary1011110011111111100111111101001001100110011011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFF9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFF9F; }

 p { color: rgb(188,255,159); }

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

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

 a { background-color: rgb(188,255,159); }

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

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

 span { border-color: rgb(188,255,159); }

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