#BFFAA4

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

Shades of Madang #BFFAA4

Tints of Madang #BFFAA4

Color information

#BFFAA4 (or 0xBFFAA4) is unknown color: approx Madang. HEX triplet: BF, FA and A4. RGB value is (191,250,164). Sum of RGB (Red+Green+Blue) = 191+250+164=605 (80% of max value = 765). Red value is 191 (75% from 255 or 31.57% from 605); Green value is 250 (98.05% from 255 or 41.32% from 605); Blue value is 164 (64.45% from 255 or 27.11% from 605); Max value from RGB is 250 - color contains mainly: green. Hex color #BFFAA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFFAA4 is #40055B. Grayscale: #DEDEDE. Windows color (decimal): -4195676 or 10812095. OLE color: 10812095.

HSL color Cylindrical-coordinate representation of color #BFFAA4: hue angle of 101.16º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BFFAA4 is Cyan = 0.24, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.

Color convert

RGB191250164-
CMYK0.2400.340.02
HSL101.16º89.58%81.18%-
HSV(B)101.16º34.4%98.04%-
XYZ62.3782.1347.69-
YUV222.5594.95105.49-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.57%
GREEN value IS 250 (98.05% from 255) = 41.32%
BLUE value IS 164 (64.45% from 255) = 27.11%
R=31.57%
G=41.32%
B=27.11%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1912501640.2400.340.02101.1689.5881.18
HexBFFAA4180222655a51
Octal277372244300422145132121
Binary10111111111110101010010011000010001010110010110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFAA4; }

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

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

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

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

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

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

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

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