#BBF1B1

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

Shades of Madang #BBF1B1

Tints of Madang #BBF1B1

Color information

#BBF1B1 (or 0xBBF1B1) is unknown color: approx Madang. HEX triplet: BB, F1 and B1. RGB value is (187,241,177). Sum of RGB (Red+Green+Blue) = 187+241+177=605 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.91% from 605); Green value is 241 (94.53% from 255 or 39.83% from 605); Blue value is 177 (69.53% from 255 or 29.26% from 605); Max value from RGB is 241 - color contains mainly: green. Hex color #BBF1B1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBF1B1 is #440E4E. Grayscale: #D9D9D9. Windows color (decimal): -4460111 or 11661755. OLE color: 11661755.

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

Color convert

RGB187241177-
CMYK0.2200.270.05
HSL110.62º69.57%81.96%-
HSV(B)110.62º26.56%94.51%-
XYZ59.8876.6553.23-
YUV217.56105.11106.2-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.91%
GREEN value IS 241 (94.53% from 255) = 39.83%
BLUE value IS 177 (69.53% from 255) = 29.26%
R=30.91%
G=39.83%
B=29.26%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1872411770.2200.270.05110.6269.5781.96
HexBBF1B11601B56f4652
Octal273361261260335157106122
Binary10111011111100011011000110110011011101110111110001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF1B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF1B1; }

 p { color: rgb(187,241,177); }

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

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

 a { background-color: rgb(187,241,177); }

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

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

 span { border-color: rgb(187,241,177); }

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