#BFEFA3

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

Shades of Madang #BFEFA3

Tints of Madang #BFEFA3

Color information

#BFEFA3 (or 0xBFEFA3) is unknown color: approx Madang. HEX triplet: BF, EF and A3. RGB value is (191,239,163). Sum of RGB (Red+Green+Blue) = 191+239+163=593 (78% of max value = 765). Red value is 191 (75% from 255 or 32.21% from 593); Green value is 239 (93.75% from 255 or 40.30% from 593); Blue value is 163 (64.06% from 255 or 27.49% from 593); Max value from RGB is 239 - color contains mainly: green. Hex color #BFEFA3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFEFA3 is #40105C. Grayscale: #D8D8D8. Windows color (decimal): -4198493 or 10743743. OLE color: 10743743.

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

Color convert

RGB191239163-
CMYK0.2000.320.06
HSL97.89º70.37%78.82%-
HSV(B)97.89º31.8%93.73%-
XYZ58.9675.4546.11-
YUV215.9898.1110.18-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.21%
GREEN value IS 239 (93.75% from 255) = 40.30%
BLUE value IS 163 (64.06% from 255) = 27.49%
R=32.21%
G=40.30%
B=27.49%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1912391630.2000.320.0697.8970.3778.82
HexBFEFA314020662464f
Octal277357243240406142106117
Binary101111111110111110100011101000100000110110001010001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEFA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEFA3; }

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

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

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

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

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

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

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

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