#bdefb4

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

Shades of Madang #BDEFB4

Tints of Madang #BDEFB4

Color information

#BDEFB4 (or 0xBDEFB4) is unknown color: approx Madang. HEX triplet: BD, EF and B4. RGB value is (189,239,180). Sum of RGB (Red+Green+Blue) = 189+239+180=608 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.09% from 608); Green value is 239 (93.75% from 255 or 39.31% from 608); Blue value is 180 (70.70% from 255 or 29.61% from 608); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEFB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEFB4 is #42104B. Grayscale: #D9D9D9. Windows color (decimal): -4329548 or 11857853. OLE color: 11857853.

HSL color Cylindrical-coordinate representation of color #BDEFB4: hue angle of 110.85º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDEFB4 is Cyan = 0.21, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.06.

Color convert

RGB189239180-
CMYK0.2100.250.06
HSL110.85º64.84%82.16%-
HSV(B)110.85º24.69%93.73%-
XYZ60.0975.8554.65-
YUV217.32106.94107.8-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.09%
GREEN value IS 239 (93.75% from 255) = 39.31%
BLUE value IS 180 (70.70% from 255) = 29.61%
R=31.09%
G=39.31%
B=29.61%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1892391800.2100.250.06110.8564.8482.16
HexBDEFB41501966f4152
Octal275357264250316157101122
Binary10111101111011111011010010101011001110110111110000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bdefb4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bdefb4; }

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

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

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

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

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

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

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

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