#BFF0AC

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

Shades of Madang #BFF0AC

Tints of Madang #BFF0AC

Color information

#BFF0AC (or 0xBFF0AC) is unknown color: approx Madang. HEX triplet: BF, F0 and AC. RGB value is (191,240,172). Sum of RGB (Red+Green+Blue) = 191+240+172=603 (79% of max value = 765). Red value is 191 (75% from 255 or 31.67% from 603); Green value is 240 (94.14% from 255 or 39.80% from 603); Blue value is 172 (67.58% from 255 or 28.52% from 603); Max value from RGB is 240 - color contains mainly: green. Hex color #BFF0AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF0AC is #400F53. Grayscale: #D9D9D9. Windows color (decimal): -4198228 or 11333823. OLE color: 11333823.

HSL color Cylindrical-coordinate representation of color #BFF0AC: hue angle of 103.24º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BFF0AC is Cyan = 0.20, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB191240172-
CMYK0.2000.280.06
HSL103.24º69.39%80.78%-
HSV(B)103.24º28.33%94.12%-
XYZ60.0976.3850.6-
YUV217.6102.27109.03-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.67%
GREEN value IS 240 (94.14% from 255) = 39.80%
BLUE value IS 172 (67.58% from 255) = 28.52%
R=31.67%
G=39.80%
B=28.52%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1912401720.2000.280.06103.2469.3980.78
HexBFF0AC1401C6674551
Octal277360254240346147105121
Binary10111111111100001010110010100011100110110011110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF0AC; }

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

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

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

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

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

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

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

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