#BDF1B1

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

Shades of Madang #BDF1B1

Tints of Madang #BDF1B1

Color information

#BDF1B1 (or 0xBDF1B1) is unknown color: approx Madang. HEX triplet: BD, F1 and B1. RGB value is (189,241,177). Sum of RGB (Red+Green+Blue) = 189+241+177=607 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.14% from 607); Green value is 241 (94.53% from 255 or 39.70% from 607); Blue value is 177 (69.53% from 255 or 29.16% from 607); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF1B1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF1B1 is #420E4E. Grayscale: #DADADA. Windows color (decimal): -4329039 or 11661757. OLE color: 11661757.

HSL color Cylindrical-coordinate representation of color #BDF1B1: hue angle of 108.75º 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 #BDF1B1 is Cyan = 0.22, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB189241177-
CMYK0.2200.270.05
HSL108.75º69.57%81.96%-
HSV(B)108.75º26.56%94.51%-
XYZ60.3876.953.26-
YUV218.16104.77107.2-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.14%
GREEN value IS 241 (94.53% from 255) = 39.70%
BLUE value IS 177 (69.53% from 255) = 29.16%
R=31.14%
G=39.70%
B=29.16%

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
Decimal1892411770.2200.270.05108.7569.5781.96
HexBDF1B11601B56d4652
Octal275361261260335155106122
Binary10111101111100011011000110110011011101110110110001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF1B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF1B1; }

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

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

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

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

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

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

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

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