#BFF0AB

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

Shades of Madang #BFF0AB

Tints of Madang #BFF0AB

Color information

#BFF0AB (or 0xBFF0AB) is unknown color: approx Madang. HEX triplet: BF, F0 and AB. RGB value is (191,240,171). Sum of RGB (Red+Green+Blue) = 191+240+171=602 (79% of max value = 765). Red value is 191 (75% from 255 or 31.73% from 602); Green value is 240 (94.14% from 255 or 39.87% from 602); Blue value is 171 (67.19% from 255 or 28.41% from 602); Max value from RGB is 240 - color contains mainly: green. Hex color #BFF0AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF0AB is #400F54. Grayscale: #D9D9D9. Windows color (decimal): -4198229 or 11268287. OLE color: 11268287.

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

Color convert

RGB191240171-
CMYK0.2000.290.06
HSL102.61º69.7%80.59%-
HSV(B)102.61º28.75%94.12%-
XYZ6076.3450.1-
YUV217.48101.77109.11-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.73%
GREEN value IS 240 (94.14% from 255) = 39.87%
BLUE value IS 171 (67.19% from 255) = 28.41%
R=31.73%
G=39.87%
B=28.41%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1912401710.2000.290.06102.6169.780.59
HexBFF0AB1401D6674651
Octal277360253240356147106121
Binary10111111111100001010101110100011101110110011110001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF0AB; }

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

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

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

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

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

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

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

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