#BFFFA4

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

Shades of Madang #BFFFA4

Tints of Madang #BFFFA4

Color information

#BFFFA4 (or 0xBFFFA4) is unknown color: approx Madang. HEX triplet: BF, FF and A4. RGB value is (191,255,164). Sum of RGB (Red+Green+Blue) = 191+255+164=610 (80% of max value = 765). Red value is 191 (75% from 255 or 31.31% from 610); Green value is 255 (100% from 255 or 41.80% from 610); Blue value is 164 (64.45% from 255 or 26.89% from 610); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFFA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFFFA4 is #40005B. Grayscale: #E1E1E1. Windows color (decimal): -4194396 or 10813375. OLE color: 10813375.

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

Color convert

RGB191255164-
CMYK0.2500.360
HSL102.2º100%82.16%-
HSV(B)102.2º35.69%100%-
XYZ63.9585.2848.21-
YUV225.4993.3103.4-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.31%
GREEN value IS 255 (100% from 255) = 41.80%
BLUE value IS 164 (64.45% from 255) = 26.89%
R=31.31%
G=41.80%
B=26.89%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1912551640.2500.360102.210082.16
HexBFFFA4190240666452
Octal277377244310440146144122
Binary1011111111111111101001001100101001000110011011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFFA4; }

 p { color: rgb(191,255,164); }

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

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

 a { background-color: rgb(191,255,164); }

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

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

 span { border-color: rgb(191,255,164); }

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