#BCFF9E

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

Shades of Madang #BCFF9E

Tints of Madang #BCFF9E

Color information

#BCFF9E (or 0xBCFF9E) is unknown color: approx Madang. HEX triplet: BC, FF and 9E. RGB value is (188,255,158). Sum of RGB (Red+Green+Blue) = 188+255+158=601 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.28% from 601); Green value is 255 (100% from 255 or 42.43% from 601); Blue value is 158 (62.11% from 255 or 26.29% from 601); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFF9E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFF9E is #430061. Grayscale: #E0E0E0. Windows color (decimal): -4391010 or 10420156. OLE color: 10420156.

HSL color Cylindrical-coordinate representation of color #BCFF9E: hue angle of 101.44º 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 #BCFF9E is Cyan = 0.26, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.

Color convert

RGB188255158-
CMYK0.2600.380
HSL101.44º100%80.98%-
HSV(B)101.44º38.04%100%-
XYZ62.6784.6845.39-
YUV223.9190.8102.39-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.28%
GREEN value IS 255 (100% from 255) = 42.43%
BLUE value IS 158 (62.11% from 255) = 26.29%
R=31.28%
G=42.43%
B=26.29%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1882551580.2600.380101.4410080.98
HexBCFF9E1A0260656451
Octal274377236320460145144121
Binary1011110011111111100111101101001001100110010111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFF9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFF9E; }

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

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

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

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

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

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

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

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