#BBFFAA

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

Shades of Madang #BBFFAA

Tints of Madang #BBFFAA

Color information

#BBFFAA (or 0xBBFFAA) is unknown color: approx Madang. HEX triplet: BB, FF and AA. RGB value is (187,255,170). Sum of RGB (Red+Green+Blue) = 187+255+170=612 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.56% from 612); Green value is 255 (100% from 255 or 41.67% from 612); Blue value is 170 (66.80% from 255 or 27.78% from 612); Max value from RGB is 255 - color contains mainly: green. Hex color #BBFFAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBFFAA is #440055. Grayscale: #E1E1E1. Windows color (decimal): -4456534 or 11206587. OLE color: 11206587.

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

Color convert

RGB187255170-
CMYK0.2700.330
HSL108º100%83.33%-
HSV(B)108º33.33%100%-
XYZ63.5184.9951.09-
YUV224.9896.97100.91-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.56%
GREEN value IS 255 (100% from 255) = 41.67%
BLUE value IS 170 (66.80% from 255) = 27.78%
R=30.56%
G=41.67%
B=27.78%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1872551700.2700.33010810083.33
HexBBFFAA1B02106c6453
Octal273377252330410154144123
Binary1011101111111111101010101101101000010110110011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFFAA; }

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

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

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

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

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

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

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

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