#BFEFA5

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

Shades of Madang #BFEFA5

Tints of Madang #BFEFA5

Color information

#BFEFA5 (or 0xBFEFA5) is unknown color: approx Madang. HEX triplet: BF, EF and A5. RGB value is (191,239,165). Sum of RGB (Red+Green+Blue) = 191+239+165=595 (78% of max value = 765). Red value is 191 (75% from 255 or 32.10% from 595); Green value is 239 (93.75% from 255 or 40.17% from 595); Blue value is 165 (64.84% from 255 or 27.73% from 595); Max value from RGB is 239 - color contains mainly: green. Hex color #BFEFA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFEFA5 is #40105A. Grayscale: #D8D8D8. Windows color (decimal): -4198491 or 10874815. OLE color: 10874815.

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

Color convert

RGB191239165-
CMYK0.2000.310.06
HSL98.92º69.81%79.22%-
HSV(B)98.92º30.96%93.73%-
XYZ59.1475.5347.06-
YUV216.2199.1110.02-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.10%
GREEN value IS 239 (93.75% from 255) = 40.17%
BLUE value IS 165 (64.84% from 255) = 27.73%
R=32.10%
G=40.17%
B=27.73%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1912391650.2000.310.0698.9269.8179.22
HexBFEFA51401F663464f
Octal277357245240376143106117
Binary10111111111011111010010110100011111110110001110001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEFA5; }

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

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

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

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

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

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

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

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