#BFE0AB

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

Shades of Madang #BFE0AB

Tints of Madang #BFE0AB

Color information

#BFE0AB (or 0xBFE0AB) is unknown color: approx Madang. HEX triplet: BF, E0 and AB. RGB value is (191,224,171). Sum of RGB (Red+Green+Blue) = 191+224+171=586 (77% of max value = 765). Red value is 191 (75% from 255 or 32.59% from 586); Green value is 224 (87.89% from 255 or 38.23% from 586); Blue value is 171 (67.19% from 255 or 29.18% from 586); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE0AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFE0AB is #401F54. Grayscale: #D0D0D0. Windows color (decimal): -4202325 or 11264191. OLE color: 11264191.

HSL color Cylindrical-coordinate representation of color #BFE0AB: hue angle of 97.36º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFE0AB is Cyan = 0.15, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB191224171-
CMYK0.1500.240.12
HSL97.36º46.09%77.45%-
HSV(B)97.36º23.66%87.84%-
XYZ55.4967.3348.6-
YUV208.09107.07115.81-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.59%
GREEN value IS 224 (87.89% from 255) = 38.23%
BLUE value IS 171 (67.19% from 255) = 29.18%
R=32.59%
G=38.23%
B=29.18%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1912241710.1500.240.1297.3646.0977.45
HexBFE0ABF018C612e4d
Octal277340253170301414156115
Binary1011111111100000101010111111011000110011000011011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE0AB; }

 p { color: rgb(191,224,171); }

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

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

 a { background-color: rgb(191,224,171); }

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

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

 span { border-color: rgb(191,224,171); }

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