#BFFAB1

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

Shades of Madang #BFFAB1

Tints of Madang #BFFAB1

Color information

#BFFAB1 (or 0xBFFAB1) is unknown color: approx Madang. HEX triplet: BF, FA and B1. RGB value is (191,250,177). Sum of RGB (Red+Green+Blue) = 191+250+177=618 (81% of max value = 765). Red value is 191 (75% from 255 or 30.91% from 618); Green value is 250 (98.05% from 255 or 40.45% from 618); Blue value is 177 (69.53% from 255 or 28.64% from 618); Max value from RGB is 250 - color contains mainly: green. Hex color #BFFAB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFFAB1 is #40054E. Grayscale: #E0E0E0. Windows color (decimal): -4195663 or 11664063. OLE color: 11664063.

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

Color convert

RGB191250177-
CMYK0.2400.290.02
HSL108.49º87.95%83.73%-
HSV(B)108.49º29.2%98.04%-
XYZ63.6182.6254.19-
YUV224.04101.45104.44-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.91%
GREEN value IS 250 (98.05% from 255) = 40.45%
BLUE value IS 177 (69.53% from 255) = 28.64%
R=30.91%
G=40.45%
B=28.64%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1912501770.2400.290.02108.4987.9583.73
HexBFFAB11801D26c5854
Octal277372261300352154130124
Binary1011111111111010101100011100001110110110110010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFAB1; }

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

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

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

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

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

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

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

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