#BBF5AC

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

Shades of Madang #BBF5AC

Tints of Madang #BBF5AC

Color information

#BBF5AC (or 0xBBF5AC) is unknown color: approx Madang. HEX triplet: BB, F5 and AC. RGB value is (187,245,172). Sum of RGB (Red+Green+Blue) = 187+245+172=604 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.96% from 604); Green value is 245 (96.09% from 255 or 40.56% from 604); Blue value is 172 (67.58% from 255 or 28.48% from 604); Max value from RGB is 245 - color contains mainly: green. Hex color #BBF5AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBF5AC is #440A53. Grayscale: #DBDBDB. Windows color (decimal): -4459092 or 11335099. OLE color: 11335099.

HSL color Cylindrical-coordinate representation of color #BBF5AC: hue angle of 107.67º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BBF5AC is Cyan = 0.24, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB187245172-
CMYK0.2400.300.04
HSL107.67º78.49%81.76%-
HSV(B)107.67º29.8%96.08%-
XYZ60.5978.8551.06-
YUV219.34101.28104.94-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.96%
GREEN value IS 245 (96.09% from 255) = 40.56%
BLUE value IS 172 (67.58% from 255) = 28.48%
R=30.96%
G=40.56%
B=28.48%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1872451720.2400.300.04107.6778.4981.76
HexBBF5AC1801E46c4e52
Octal273365254300364154116122
Binary10111011111101011010110011000011110100110110010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF5AC; }

 p { color: rgb(187,245,172); }

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

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

 a { background-color: rgb(187,245,172); }

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

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

 span { border-color: rgb(187,245,172); }

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