#BDFFB1

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

Shades of Madang #BDFFB1

Tints of Madang #BDFFB1

Color information

#BDFFB1 (or 0xBDFFB1) is unknown color: approx Madang. HEX triplet: BD, FF and B1. RGB value is (189,255,177). Sum of RGB (Red+Green+Blue) = 189+255+177=621 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.43% from 621); Green value is 255 (100% from 255 or 41.06% from 621); Blue value is 177 (69.53% from 255 or 28.50% from 621); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFFB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDFFB1 is #42004E. Grayscale: #E2E2E2. Windows color (decimal): -4325455 or 11665341. OLE color: 11665341.

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

Color convert

RGB189255177-
CMYK0.2600.310
HSL110.77º100%84.71%-
HSV(B)110.77º30.59%100%-
XYZ64.6885.5154.69-
YUV226.37100.13101.34-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.43%
GREEN value IS 255 (100% from 255) = 41.06%
BLUE value IS 177 (69.53% from 255) = 28.50%
R=30.43%
G=41.06%
B=28.50%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1892551770.2600.310110.7710084.71
HexBDFFB11A01F06f6455
Octal275377261320370157144125
Binary101111011111111110110001110100111110110111111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFFB1; }

 p { color: rgb(189,255,177); }

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

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

 a { background-color: rgb(189,255,177); }

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

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

 span { border-color: rgb(189,255,177); }

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