#B1FAA5

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

Shades of Madang #B1FAA5

Tints of Madang #B1FAA5

Color information

#B1FAA5 (or 0xB1FAA5) is unknown color: approx Madang. HEX triplet: B1, FA and A5. RGB value is (177,250,165). Sum of RGB (Red+Green+Blue) = 177+250+165=592 (78% of max value = 765). Red value is 177 (69.53% from 255 or 29.90% from 592); Green value is 250 (98.05% from 255 or 42.23% from 592); Blue value is 165 (64.84% from 255 or 27.87% from 592); Max value from RGB is 250 - color contains mainly: green. Hex color #B1FAA5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B1FAA5 is #4E055A. Grayscale: #DADADA. Windows color (decimal): -5113179 or 10877617. OLE color: 10877617.

HSL color Cylindrical-coordinate representation of color #B1FAA5: hue angle of 111.53º degrees, saturation: 0.89, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B1FAA5 is Cyan = 0.29, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.

Color convert

RGB177250165-
CMYK0.2900.340.02
HSL111.53º89.47%81.37%-
HSV(B)111.53º34%98.04%-
XYZ59.1180.4348.01-
YUV218.4897.8298.41-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.90%
GREEN value IS 250 (98.05% from 255) = 42.23%
BLUE value IS 165 (64.84% from 255) = 27.87%
R=29.90%
G=42.23%
B=27.87%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1772501650.2900.340.02111.5389.4781.37
HexB1FAA51D0222705951
Octal261372245350422160131121
Binary10110001111110101010010111101010001010111000010110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FAA5; }

 p { color: rgb(177,250,165); }

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

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

 a { background-color: rgb(177,250,165); }

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

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

 span { border-color: rgb(177,250,165); }

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