#BFF0A7

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

Shades of Madang #BFF0A7

Tints of Madang #BFF0A7

Color information

#BFF0A7 (or 0xBFF0A7) is unknown color: approx Madang. HEX triplet: BF, F0 and A7. RGB value is (191,240,167). Sum of RGB (Red+Green+Blue) = 191+240+167=598 (79% of max value = 765). Red value is 191 (75% from 255 or 31.94% from 598); Green value is 240 (94.14% from 255 or 40.13% from 598); Blue value is 167 (65.62% from 255 or 27.93% from 598); Max value from RGB is 240 - color contains mainly: green. Hex color #BFF0A7 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF0A7 is #400F58. Grayscale: #D9D9D9. Windows color (decimal): -4198233 or 11006143. OLE color: 11006143.

HSL color Cylindrical-coordinate representation of color #BFF0A7: hue angle of 100.27º degrees, saturation: 0.71, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BFF0A7 is Cyan = 0.20, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.06.

Color convert

RGB191240167-
CMYK0.2000.300.06
HSL100.27º70.87%79.8%-
HSV(B)100.27º30.42%94.12%-
XYZ59.6276.1948.12-
YUV217.0399.77109.44-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.94%
GREEN value IS 240 (94.14% from 255) = 40.13%
BLUE value IS 167 (65.62% from 255) = 27.93%
R=31.94%
G=40.13%
B=27.93%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1912401670.2000.300.06100.2770.8779.8
HexBFF0A71401E6644750
Octal277360247240366144107120
Binary10111111111100001010011110100011110110110010010001111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF0A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF0A7; }

 p { color: rgb(191,240,167); }

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

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

 a { background-color: rgb(191,240,167); }

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

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

 span { border-color: rgb(191,240,167); }

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