#BBFFB2

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

Shades of Madang #BBFFB2

Tints of Madang #BBFFB2

Color information

#BBFFB2 (or 0xBBFFB2) is unknown color: approx Madang. HEX triplet: BB, FF and B2. RGB value is (187,255,178). Sum of RGB (Red+Green+Blue) = 187+255+178=620 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.16% from 620); Green value is 255 (100% from 255 or 41.13% from 620); Blue value is 178 (69.92% from 255 or 28.71% from 620); Max value from RGB is 255 - color contains mainly: green. Hex color #BBFFB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBFFB2 is #44004D. Grayscale: #E2E2E2. Windows color (decimal): -4456526 or 11730875. OLE color: 11730875.

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

Color convert

RGB187255178-
CMYK0.2700.300
HSL112.99º100%84.9%-
HSV(B)112.99º30.2%100%-
XYZ64.2985.355.2-
YUV225.89100.97100.26-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.16%
GREEN value IS 255 (100% from 255) = 41.13%
BLUE value IS 178 (69.92% from 255) = 28.71%
R=30.16%
G=41.13%
B=28.71%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1872551780.2700.300112.9910084.9
HexBBFFB21B01E0716455
Octal273377262330360161144125
Binary101110111111111110110010110110111100111000111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFFB2; }

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

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

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

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

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

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

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

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