#BBFFA5

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

Shades of Madang #BBFFA5

Tints of Madang #BBFFA5

Color information

#BBFFA5 (or 0xBBFFA5) is unknown color: approx Madang. HEX triplet: BB, FF and A5. RGB value is (187,255,165). Sum of RGB (Red+Green+Blue) = 187+255+165=607 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.81% from 607); Green value is 255 (100% from 255 or 42.01% from 607); Blue value is 165 (64.84% from 255 or 27.18% from 607); Max value from RGB is 255 - color contains mainly: green. Hex color #BBFFA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBFFA5 is #44005A. Grayscale: #E0E0E0. Windows color (decimal): -4456539 or 10878907. OLE color: 10878907.

HSL color Cylindrical-coordinate representation of color #BBFFA5: hue angle of 105.33º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BBFFA5 is Cyan = 0.27, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.

Color convert

RGB187255165-
CMYK0.2700.350
HSL105.33º100%82.35%-
HSV(B)105.33º35.29%100%-
XYZ63.0584.848.64-
YUV224.4194.47101.32-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.81%
GREEN value IS 255 (100% from 255) = 42.01%
BLUE value IS 165 (64.84% from 255) = 27.18%
R=30.81%
G=42.01%
B=27.18%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1872551650.2700.350105.3310082.35
HexBBFFA51B0230696452
Octal273377245330430151144122
Binary1011101111111111101001011101101000110110100111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFFA5; }

 p { color: rgb(187,255,165); }

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

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

 a { background-color: rgb(187,255,165); }

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

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

 span { border-color: rgb(187,255,165); }

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