#BFFAA1

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

Shades of Madang #BFFAA1

Tints of Madang #BFFAA1

Color information

#BFFAA1 (or 0xBFFAA1) is unknown color: approx Madang. HEX triplet: BF, FA and A1. RGB value is (191,250,161). Sum of RGB (Red+Green+Blue) = 191+250+161=602 (79% of max value = 765). Red value is 191 (75% from 255 or 31.73% from 602); Green value is 250 (98.05% from 255 or 41.53% from 602); Blue value is 161 (63.28% from 255 or 26.74% from 602); Max value from RGB is 250 - color contains mainly: green. Hex color #BFFAA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFFAA1 is #40055E. Grayscale: #DEDEDE. Windows color (decimal): -4195679 or 10615487. OLE color: 10615487.

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

Color convert

RGB191250161-
CMYK0.2400.360.02
HSL99.78º89.9%80.59%-
HSV(B)99.78º35.6%98.04%-
XYZ62.182.0246.28-
YUV222.2193.45105.74-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.73%
GREEN value IS 250 (98.05% from 255) = 41.53%
BLUE value IS 161 (63.28% from 255) = 26.74%
R=31.73%
G=41.53%
B=26.74%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1912501610.2400.360.0299.7889.980.59
HexBFFAA1180242645a51
Octal277372241300442144132121
Binary10111111111110101010000111000010010010110010010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFAA1; }

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

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

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

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

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

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

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

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