#BCFF99

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

Shades of Madang #BCFF99

Tints of Madang #BCFF99

Color information

#BCFF99 (or 0xBCFF99) is unknown color: approx Madang. HEX triplet: BC, FF and 99. RGB value is (188,255,153). Sum of RGB (Red+Green+Blue) = 188+255+153=596 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.54% from 596); Green value is 255 (100% from 255 or 42.79% from 596); Blue value is 153 (60.16% from 255 or 25.67% from 596); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFF99 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFF99 is #430066. Grayscale: #DFDFDF. Windows color (decimal): -4391015 or 10092476. OLE color: 10092476.

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

Color convert

RGB188255153-
CMYK0.2600.40
HSL99.41º100%80%-
HSV(B)99.41º40%100%-
XYZ62.2584.5143.17-
YUV223.3488.3102.79-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.54%
GREEN value IS 255 (100% from 255) = 42.79%
BLUE value IS 153 (60.16% from 255) = 25.67%
R=31.54%
G=42.79%
B=25.67%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1882551530.2600.4099.4110080
HexBCFF991A0280636450
Octal274377231320500143144120
Binary1011110011111111100110011101001010000110001111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFF99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFF99; }

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

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

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

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

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

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

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

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