#BFFAAF

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

Shades of Madang #BFFAAF

Tints of Madang #BFFAAF

Color information

#BFFAAF (or 0xBFFAAF) is unknown color: approx Madang. HEX triplet: BF, FA and AF. RGB value is (191,250,175). Sum of RGB (Red+Green+Blue) = 191+250+175=616 (81% of max value = 765). Red value is 191 (75% from 255 or 31.01% from 616); Green value is 250 (98.05% from 255 or 40.58% from 616); Blue value is 175 (68.75% from 255 or 28.41% from 616); Max value from RGB is 250 - color contains mainly: green. Hex color #BFFAAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFFAAF is #400550. Grayscale: #E0E0E0. Windows color (decimal): -4195665 or 11532991. OLE color: 11532991.

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

Color convert

RGB191250175-
CMYK0.2400.30.02
HSL107.2º88.24%83.33%-
HSV(B)107.2º30%98.04%-
XYZ63.4182.5453.15-
YUV223.81100.45104.6-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.01%
GREEN value IS 250 (98.05% from 255) = 40.58%
BLUE value IS 175 (68.75% from 255) = 28.41%
R=31.01%
G=40.58%
B=28.41%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1912501750.2400.30.02107.288.2483.33
HexBFFAAF1801E26b5853
Octal277372257300362153130123
Binary1011111111111010101011111100001111010110101110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFAAF; }

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

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

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

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

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

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

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

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