#BBFEA0

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

Shades of Madang #BBFEA0

Tints of Madang #BBFEA0

Color information

#BBFEA0 (or 0xBBFEA0) is unknown color: approx Madang. HEX triplet: BB, FE and A0. RGB value is (187,254,160). Sum of RGB (Red+Green+Blue) = 187+254+160=601 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.11% from 601); Green value is 254 (99.61% from 255 or 42.26% from 601); Blue value is 160 (62.89% from 255 or 26.62% from 601); Max value from RGB is 254 - color contains mainly: green. Hex color #BBFEA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBFEA0 is #44015F. Grayscale: #DFDFDF. Windows color (decimal): -4456800 or 10550971. OLE color: 10550971.

HSL color Cylindrical-coordinate representation of color #BBFEA0: hue angle of 102.77º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BBFEA0 is Cyan = 0.26, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.00.

Color convert

RGB187254160-
CMYK0.2600.370.00
HSL102.77º97.92%81.18%-
HSV(B)102.77º37.01%99.61%-
XYZ62.2883.9946.19-
YUV223.2592.3102.14-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.11%
GREEN value IS 254 (99.61% from 255) = 42.26%
BLUE value IS 160 (62.89% from 255) = 26.62%
R=31.11%
G=42.26%
B=26.62%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1872541600.2600.370.00102.7797.9281.18
HexBBFEA01A0250676251
Octal273376240320450147142121
Binary1011101111111110101000001101001001010110011111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFEA0; }

 p { color: rgb(187,254,160); }

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

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

 a { background-color: rgb(187,254,160); }

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

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

 span { border-color: rgb(187,254,160); }

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