#BBFFAE

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

Shades of Madang #BBFFAE

Tints of Madang #BBFFAE

Color information

#BBFFAE (or 0xBBFFAE) is unknown color: approx Madang. HEX triplet: BB, FF and AE. RGB value is (187,255,174). Sum of RGB (Red+Green+Blue) = 187+255+174=616 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.36% from 616); Green value is 255 (100% from 255 or 41.40% from 616); Blue value is 174 (68.36% from 255 or 28.25% from 616); Max value from RGB is 255 - color contains mainly: green. Hex color #BBFFAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBFFAE is #440051. Grayscale: #E1E1E1. Windows color (decimal): -4456530 or 11468731. OLE color: 11468731.

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

Color convert

RGB187255174-
CMYK0.2700.320
HSL110.37º100%84.12%-
HSV(B)110.37º31.76%100%-
XYZ63.8985.1453.11-
YUV225.4398.97100.59-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.36%
GREEN value IS 255 (100% from 255) = 41.40%
BLUE value IS 174 (68.36% from 255) = 28.25%
R=30.36%
G=41.40%
B=28.25%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1872551740.2700.320110.3710084.12
HexBBFFAE1B02006e6454
Octal273377256330400156144124
Binary1011101111111111101011101101101000000110111011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFFAE; }

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

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

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

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

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

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

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

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