#BFEEA0

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

Shades of Madang #BFEEA0

Tints of Madang #BFEEA0

Color information

#BFEEA0 (or 0xBFEEA0) is unknown color: approx Madang. HEX triplet: BF, EE and A0. RGB value is (191,238,160). Sum of RGB (Red+Green+Blue) = 191+238+160=589 (78% of max value = 765). Red value is 191 (75% from 255 or 32.43% from 589); Green value is 238 (93.36% from 255 or 40.41% from 589); Blue value is 160 (62.89% from 255 or 27.16% from 589); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEEA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFEEA0 is #40115F. Grayscale: #D7D7D7. Windows color (decimal): -4198752 or 10546879. OLE color: 10546879.

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

Color convert

RGB191238160-
CMYK0.2000.330.07
HSL96.15º69.64%78.04%-
HSV(B)96.15º32.77%93.33%-
XYZ58.4174.7644.61-
YUV215.0696.93110.84-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.43%
GREEN value IS 238 (93.36% from 255) = 40.41%
BLUE value IS 160 (62.89% from 255) = 27.16%
R=32.43%
G=40.41%
B=27.16%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1912381600.2000.330.0796.1569.6478.04
HexBFEEA014021760464e
Octal277356240240417140106116
Binary101111111110111010100000101000100001111110000010001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEEA0; }

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

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

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

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

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

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

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

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