#BCFA99

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

Shades of Madang #BCFA99

Tints of Madang #BCFA99

Color information

#BCFA99 (or 0xBCFA99) is unknown color: approx Madang. HEX triplet: BC, FA and 99. RGB value is (188,250,153). Sum of RGB (Red+Green+Blue) = 188+250+153=591 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.81% from 591); Green value is 250 (98.05% from 255 or 42.30% from 591); Blue value is 153 (60.16% from 255 or 25.89% from 591); Max value from RGB is 250 - color contains mainly: green. Hex color #BCFA99 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFA99 is #430566. Grayscale: #DCDCDC. Windows color (decimal): -4392295 or 10091196. OLE color: 10091196.

HSL color Cylindrical-coordinate representation of color #BCFA99: hue angle of 98.35º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BCFA99 is Cyan = 0.25, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.

Color convert

RGB188250153-
CMYK0.2500.390.02
HSL98.35º90.65%79.02%-
HSV(B)98.35º38.8%98.04%-
XYZ60.6781.3642.64-
YUV220.489.96104.89-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.81%
GREEN value IS 250 (98.05% from 255) = 42.30%
BLUE value IS 153 (60.16% from 255) = 25.89%
R=31.81%
G=42.30%
B=25.89%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1882501530.2500.390.0298.3590.6579.02
HexBCFA99190272625b4f
Octal274372231310472142133117
Binary10111100111110101001100111001010011110110001010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFA99; }

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

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

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

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

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

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

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

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