#BFEAB5

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

Shades of Madang #BFEAB5

Tints of Madang #BFEAB5

Color information

#BFEAB5 (or 0xBFEAB5) is unknown color: approx Madang. HEX triplet: BF, EA and B5. RGB value is (191,234,181). Sum of RGB (Red+Green+Blue) = 191+234+181=606 (80% of max value = 765). Red value is 191 (75% from 255 or 31.52% from 606); Green value is 234 (91.80% from 255 or 38.61% from 606); Blue value is 181 (71.09% from 255 or 29.87% from 606); Max value from RGB is 234 - color contains mainly: green. Hex color #BFEAB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEAB5 is #40154A. Grayscale: #D7D7D7. Windows color (decimal): -4199755 or 11922111. OLE color: 11922111.

HSL color Cylindrical-coordinate representation of color #BFEAB5: hue angle of 108.68º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFEAB5 is Cyan = 0.18, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB191234181-
CMYK0.1800.230.08
HSL108.68º55.79%81.37%-
HSV(B)108.68º22.65%91.76%-
XYZ59.2573.2654.73-
YUV215.1108.75110.81-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.52%
GREEN value IS 234 (91.80% from 255) = 38.61%
BLUE value IS 181 (71.09% from 255) = 29.87%
R=31.52%
G=38.61%
B=29.87%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1912341810.1800.230.08108.6855.7981.37
HexBFEAB51201786d3851
Octal277352265220271015570121
Binary10111111111010101011010110010010111100011011011110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEAB5; }

 p { color: rgb(191,234,181); }

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

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

 a { background-color: rgb(191,234,181); }

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

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

 span { border-color: rgb(191,234,181); }

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