#BDF1B4

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

Shades of Madang #BDF1B4

Tints of Madang #BDF1B4

Color information

#BDF1B4 (or 0xBDF1B4) is unknown color: approx Madang. HEX triplet: BD, F1 and B4. RGB value is (189,241,180). Sum of RGB (Red+Green+Blue) = 189+241+180=610 (80% of max value = 765). Red value is 189 (74.22% from 255 or 30.98% from 610); Green value is 241 (94.53% from 255 or 39.51% from 610); Blue value is 180 (70.70% from 255 or 29.51% from 610); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF1B4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF1B4 is #420E4B. Grayscale: #DADADA. Windows color (decimal): -4329036 or 11858365. OLE color: 11858365.

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

Color convert

RGB189241180-
CMYK0.2200.250.05
HSL111.15º68.54%82.55%-
HSV(B)111.15º25.31%94.51%-
XYZ60.6877.0254.85-
YUV218.5106.27106.96-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.98%
GREEN value IS 241 (94.53% from 255) = 39.51%
BLUE value IS 180 (70.70% from 255) = 29.51%
R=30.98%
G=39.51%
B=29.51%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1892411800.2200.250.05111.1568.5482.55
HexBDF1B41601956f4553
Octal275361264260315157105123
Binary10111101111100011011010010110011001101110111110001011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF1B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF1B4; }

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

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

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

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

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

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

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

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