#BFFEA5

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

Shades of Madang #BFFEA5

Tints of Madang #BFFEA5

Color information

#BFFEA5 (or 0xBFFEA5) is unknown color: approx Madang. HEX triplet: BF, FE and A5. RGB value is (191,254,165). Sum of RGB (Red+Green+Blue) = 191+254+165=610 (80% of max value = 765). Red value is 191 (75% from 255 or 31.31% from 610); Green value is 254 (99.61% from 255 or 41.64% from 610); Blue value is 165 (64.84% from 255 or 27.05% from 610); Max value from RGB is 254 - color contains mainly: green. Hex color #BFFEA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFFEA5 is #40015A. Grayscale: #E1E1E1. Windows color (decimal): -4194651 or 10878655. OLE color: 10878655.

HSL color Cylindrical-coordinate representation of color #BFFEA5: hue angle of 102.47º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BFFEA5 is Cyan = 0.25, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.00.

Color convert

RGB191254165-
CMYK0.2500.350.00
HSL102.47º97.8%82.16%-
HSV(B)102.47º35.04%99.61%-
XYZ63.7284.6848.58-
YUV225.0294.13103.74-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.31%
GREEN value IS 254 (99.61% from 255) = 41.64%
BLUE value IS 165 (64.84% from 255) = 27.05%
R=31.31%
G=41.64%
B=27.05%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1912541650.2500.350.00102.4797.882.16
HexBFFEA5190230666252
Octal277376245310430146142122
Binary1011111111111110101001011100101000110110011011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFEA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFEA5; }

 p { color: rgb(191,254,165); }

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

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

 a { background-color: rgb(191,254,165); }

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

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

 span { border-color: rgb(191,254,165); }

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