#BFFAA6

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

Shades of Madang #BFFAA6

Tints of Madang #BFFAA6

Color information

#BFFAA6 (or 0xBFFAA6) is unknown color: approx Madang. HEX triplet: BF, FA and A6. RGB value is (191,250,166). Sum of RGB (Red+Green+Blue) = 191+250+166=607 (80% of max value = 765). Red value is 191 (75% from 255 or 31.47% from 607); Green value is 250 (98.05% from 255 or 41.19% from 607); Blue value is 166 (65.23% from 255 or 27.35% from 607); Max value from RGB is 250 - color contains mainly: green. Hex color #BFFAA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFFAA6 is #400559. Grayscale: #DFDFDF. Windows color (decimal): -4195674 or 10943167. OLE color: 10943167.

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

Color convert

RGB191250166-
CMYK0.2400.340.02
HSL102.14º89.36%81.57%-
HSV(B)102.14º33.6%98.04%-
XYZ62.5582.248.65-
YUV222.7895.95105.33-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.47%
GREEN value IS 250 (98.05% from 255) = 41.19%
BLUE value IS 166 (65.23% from 255) = 27.35%
R=31.47%
G=41.19%
B=27.35%

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
Decimal1912501660.2400.340.02102.1489.3681.57
HexBFFAA6180222665952
Octal277372246300422146131122
Binary10111111111110101010011011000010001010110011010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFAA6; }

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

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

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

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

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

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

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

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