#BDF1B5

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

Shades of Madang #BDF1B5

Tints of Madang #BDF1B5

Color information

#BDF1B5 (or 0xBDF1B5) is unknown color: approx Madang. HEX triplet: BD, F1 and B5. RGB value is (189,241,181). Sum of RGB (Red+Green+Blue) = 189+241+181=611 (80% of max value = 765). Red value is 189 (74.22% from 255 or 30.93% from 611); Green value is 241 (94.53% from 255 or 39.44% from 611); Blue value is 181 (71.09% from 255 or 29.62% from 611); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF1B5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF1B5 is #420E4A. Grayscale: #DADADA. Windows color (decimal): -4329035 or 11923901. OLE color: 11923901.

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

Color convert

RGB189241181-
CMYK0.2200.250.05
HSL112º68.18%82.75%-
HSV(B)112º24.9%94.51%-
XYZ60.7877.0755.39-
YUV218.61106.77106.88-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.93%
GREEN value IS 241 (94.53% from 255) = 39.44%
BLUE value IS 181 (71.09% from 255) = 29.62%
R=30.93%
G=39.44%
B=29.62%

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
Decimal1892411810.2200.250.0511268.1882.75
HexBDF1B5160195704453
Octal275361265260315160104123
Binary10111101111100011011010110110011001101111000010001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF1B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF1B5; }

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

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

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

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

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

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

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

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