#BBFFA8

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

Shades of Madang #BBFFA8

Tints of Madang #BBFFA8

Color information

#BBFFA8 (or 0xBBFFA8) is unknown color: approx Madang. HEX triplet: BB, FF and A8. RGB value is (187,255,168). Sum of RGB (Red+Green+Blue) = 187+255+168=610 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.66% from 610); Green value is 255 (100% from 255 or 41.80% from 610); Blue value is 168 (66.02% from 255 or 27.54% from 610); Max value from RGB is 255 - color contains mainly: green. Hex color #BBFFA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBFFA8 is #440057. Grayscale: #E1E1E1. Windows color (decimal): -4456536 or 11075515. OLE color: 11075515.

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

Color convert

RGB187255168-
CMYK0.2700.340
HSL106.9º100%82.94%-
HSV(B)106.9º34.12%100%-
XYZ63.3284.9150.1-
YUV224.7595.97101.07-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.66%
GREEN value IS 255 (100% from 255) = 41.80%
BLUE value IS 168 (66.02% from 255) = 27.54%
R=30.66%
G=41.80%
B=27.54%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1872551680.2700.340106.910082.94
HexBBFFA81B02206b6453
Octal273377250330420153144123
Binary1011101111111111101010001101101000100110101111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFFA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFFA8; }

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

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

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

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

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

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

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

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