#BBFBA1

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

Shades of Madang #BBFBA1

Tints of Madang #BBFBA1

Color information

#BBFBA1 (or 0xBBFBA1) is unknown color: approx Madang. HEX triplet: BB, FB and A1. RGB value is (187,251,161). Sum of RGB (Red+Green+Blue) = 187+251+161=599 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.22% from 599); Green value is 251 (98.44% from 255 or 41.90% from 599); Blue value is 161 (63.28% from 255 or 26.88% from 599); Max value from RGB is 251 - color contains mainly: green. Hex color #BBFBA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBFBA1 is #44045E. Grayscale: #DDDDDD. Windows color (decimal): -4457567 or 10615739. OLE color: 10615739.

HSL color Cylindrical-coordinate representation of color #BBFBA1: hue angle of 102.67º degrees, saturation: 0.92, 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 #BBFBA1 is Cyan = 0.25, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB187251161-
CMYK0.2500.360.02
HSL102.67º91.84%80.78%-
HSV(B)102.67º35.86%98.43%-
XYZ61.4282.1346.33-
YUV221.693.8103.32-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.22%
GREEN value IS 251 (98.44% from 255) = 41.90%
BLUE value IS 161 (63.28% from 255) = 26.88%
R=31.22%
G=41.90%
B=26.88%

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
Decimal1872511610.2500.360.02102.6791.8480.78
HexBBFBA1190242675c51
Octal273373241310442147134121
Binary10111011111110111010000111001010010010110011110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFBA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFBA1; }

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

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

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

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

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

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

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

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