#BDE2AC

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

Shades of Madang #BDE2AC

Tints of Madang #BDE2AC

Color information

#BDE2AC (or 0xBDE2AC) is unknown color: approx Madang. HEX triplet: BD, E2 and AC. RGB value is (189,226,172). Sum of RGB (Red+Green+Blue) = 189+226+172=587 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.20% from 587); Green value is 226 (88.67% from 255 or 38.50% from 587); Blue value is 172 (67.58% from 255 or 29.30% from 587); Max value from RGB is 226 - color contains mainly: green. Hex color #BDE2AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE2AC is #421D53. Grayscale: #D0D0D0. Windows color (decimal): -4332884 or 11330237. OLE color: 11330237.

HSL color Cylindrical-coordinate representation of color #BDE2AC: hue angle of 101.11º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDE2AC is Cyan = 0.16, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.11.

Color convert

RGB189226172-
CMYK0.1600.240.11
HSL101.11º48.21%78.04%-
HSV(B)101.11º23.89%88.63%-
XYZ55.6368.1949.26-
YUV208.78107.24113.89-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.20%
GREEN value IS 226 (88.67% from 255) = 38.50%
BLUE value IS 172 (67.58% from 255) = 29.30%
R=32.20%
G=38.50%
B=29.30%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1892261720.1600.240.11101.1148.2178.04
HexBDE2AC10018B65304e
Octal275342254200301314560116
Binary10111101111000101010110010000011000101111001011100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE2AC; }

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

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

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

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

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

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

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

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