#BBFAA1

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

Shades of Madang #BBFAA1

Tints of Madang #BBFAA1

Color information

#BBFAA1 (or 0xBBFAA1) is unknown color: approx Madang. HEX triplet: BB, FA and A1. RGB value is (187,250,161). Sum of RGB (Red+Green+Blue) = 187+250+161=598 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.27% from 598); Green value is 250 (98.05% from 255 or 41.81% from 598); Blue value is 161 (63.28% from 255 or 26.92% from 598); Max value from RGB is 250 - color contains mainly: green. Hex color #BBFAA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBFAA1 is #44055E. Grayscale: #DDDDDD. Windows color (decimal): -4457823 or 10615483. OLE color: 10615483.

HSL color Cylindrical-coordinate representation of color #BBFAA1: hue angle of 102.47º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BBFAA1 is Cyan = 0.25, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB187250161-
CMYK0.2500.360.02
HSL102.47º89.9%80.59%-
HSV(B)102.47º35.6%98.04%-
XYZ61.1181.5146.23-
YUV221.0294.13103.74-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.27%
GREEN value IS 250 (98.05% from 255) = 41.81%
BLUE value IS 161 (63.28% from 255) = 26.92%
R=31.27%
G=41.81%
B=26.92%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872501610.2500.360.02102.4789.980.59
HexBBFAA1190242665a51
Octal273372241310442146132121
Binary10111011111110101010000111001010010010110011010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFAA1; }

 p { color: rgb(187,250,161); }

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

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

 a { background-color: rgb(187,250,161); }

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

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

 span { border-color: rgb(187,250,161); }

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