#BBFBA0

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

Shades of Madang #BBFBA0

Tints of Madang #BBFBA0

Color information

#BBFBA0 (or 0xBBFBA0) is unknown color: approx Madang. HEX triplet: BB, FB and A0. RGB value is (187,251,160). Sum of RGB (Red+Green+Blue) = 187+251+160=598 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.27% from 598); Green value is 251 (98.44% from 255 or 41.97% from 598); Blue value is 160 (62.89% from 255 or 26.76% from 598); Max value from RGB is 251 - color contains mainly: green. Hex color #BBFBA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBFBA0 is #44045F. Grayscale: #DDDDDD. Windows color (decimal): -4457568 or 10550203. OLE color: 10550203.

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

Color convert

RGB187251160-
CMYK0.2500.360.02
HSL102.2º91.92%80.59%-
HSV(B)102.2º36.25%98.43%-
XYZ61.3482.145.87-
YUV221.4993.3103.4-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.27%
GREEN value IS 251 (98.44% from 255) = 41.97%
BLUE value IS 160 (62.89% from 255) = 26.76%
R=31.27%
G=41.97%
B=26.76%

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
Decimal1872511600.2500.360.02102.291.9280.59
HexBBFBA0190242665c51
Octal273373240310442146134121
Binary10111011111110111010000011001010010010110011010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFBA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFBA0; }

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

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

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

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

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

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

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

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