#BDE8AC

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

Shades of Madang #BDE8AC

Tints of Madang #BDE8AC

Color information

#BDE8AC (or 0xBDE8AC) is unknown color: approx Madang. HEX triplet: BD, E8 and AC. RGB value is (189,232,172). Sum of RGB (Red+Green+Blue) = 189+232+172=593 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.87% from 593); Green value is 232 (91.02% from 255 or 39.12% from 593); Blue value is 172 (67.58% from 255 or 29.01% from 593); Max value from RGB is 232 - color contains mainly: green. Hex color #BDE8AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDE8AC is #421753. Grayscale: #D4D4D4. Windows color (decimal): -4331348 or 11331773. OLE color: 11331773.

HSL color Cylindrical-coordinate representation of color #BDE8AC: hue angle of 103º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDE8AC is Cyan = 0.19, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB189232172-
CMYK0.1900.260.09
HSL103º56.6%79.22%-
HSV(B)103º25.86%90.98%-
XYZ57.2971.5149.81-
YUV212.3105.25111.38-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.87%
GREEN value IS 232 (91.02% from 255) = 39.12%
BLUE value IS 172 (67.58% from 255) = 29.01%
R=31.87%
G=39.12%
B=29.01%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1892321720.1900.260.0910356.679.22
HexBDE8AC1301A967394f
Octal275350254230321114771117
Binary10111101111010001010110010011011010100111001111110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE8AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE8AC; }

 p { color: rgb(189,232,172); }

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

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

 a { background-color: rgb(189,232,172); }

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

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

 span { border-color: rgb(189,232,172); }

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