#BFEFA0

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

Shades of Madang #BFEFA0

Tints of Madang #BFEFA0

Color information

#BFEFA0 (or 0xBFEFA0) is unknown color: approx Madang. HEX triplet: BF, EF and A0. RGB value is (191,239,160). Sum of RGB (Red+Green+Blue) = 191+239+160=590 (78% of max value = 765). Red value is 191 (75% from 255 or 32.37% from 590); Green value is 239 (93.75% from 255 or 40.51% from 590); Blue value is 160 (62.89% from 255 or 27.12% from 590); Max value from RGB is 239 - color contains mainly: green. Hex color #BFEFA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFEFA0 is #40105F. Grayscale: #D7D7D7. Windows color (decimal): -4198496 or 10547135. OLE color: 10547135.

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

Color convert

RGB191239160-
CMYK0.2000.330.06
HSL96.46º71.17%78.24%-
HSV(B)96.46º33.05%93.73%-
XYZ58.775.3544.71-
YUV215.6496.6110.42-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.37%
GREEN value IS 239 (93.75% from 255) = 40.51%
BLUE value IS 160 (62.89% from 255) = 27.12%
R=32.37%
G=40.51%
B=27.12%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1912391600.2000.330.0696.4671.1778.24
HexBFEFA014021660474e
Octal277357240240416140107116
Binary101111111110111110100000101000100001110110000010001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEFA0; }

 p { color: rgb(191,239,160); }

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

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

 a { background-color: rgb(191,239,160); }

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

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

 span { border-color: rgb(191,239,160); }

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