#BBFFA4

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

Shades of Madang #BBFFA4

Tints of Madang #BBFFA4

Color information

#BBFFA4 (or 0xBBFFA4) is unknown color: approx Madang. HEX triplet: BB, FF and A4. RGB value is (187,255,164). Sum of RGB (Red+Green+Blue) = 187+255+164=606 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.86% from 606); Green value is 255 (100% from 255 or 42.08% from 606); Blue value is 164 (64.45% from 255 or 27.06% from 606); Max value from RGB is 255 - color contains mainly: green. Hex color #BBFFA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBFFA4 is #44005B. Grayscale: #E0E0E0. Windows color (decimal): -4456540 or 10813371. OLE color: 10813371.

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

Color convert

RGB187255164-
CMYK0.2700.360
HSL104.84º100%82.16%-
HSV(B)104.84º35.69%100%-
XYZ62.9584.7748.17-
YUV224.2993.97101.4-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.86%
GREEN value IS 255 (100% from 255) = 42.08%
BLUE value IS 164 (64.45% from 255) = 27.06%
R=30.86%
G=42.08%
B=27.06%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1872551640.2700.360104.8410082.16
HexBBFFA41B0240696452
Octal273377244330440151144122
Binary1011101111111111101001001101101001000110100111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFFA4; }

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

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

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

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

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

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

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

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