#BDDEAC

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

Shades of Madang #BDDEAC

Tints of Madang #BDDEAC

Color information

#BDDEAC (or 0xBDDEAC) is unknown color: approx Madang. HEX triplet: BD, DE and AC. RGB value is (189,222,172). Sum of RGB (Red+Green+Blue) = 189+222+172=583 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.42% from 583); Green value is 222 (87.11% from 255 or 38.08% from 583); Blue value is 172 (67.58% from 255 or 29.50% from 583); Max value from RGB is 222 - color contains mainly: green. Hex color #BDDEAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDEAC is #422153. Grayscale: #CECECE. Windows color (decimal): -4333908 or 11329213. OLE color: 11329213.

HSL color Cylindrical-coordinate representation of color #BDDEAC: hue angle of 99.6º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDDEAC is Cyan = 0.15, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB189222172-
CMYK0.1500.230.13
HSL99.6º43.1%77.25%-
HSV(B)99.6º22.52%87.06%-
XYZ54.5566.0448.9-
YUV206.43108.57115.57-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.42%
GREEN value IS 222 (87.11% from 255) = 38.08%
BLUE value IS 172 (67.58% from 255) = 29.50%
R=32.42%
G=38.08%
B=29.50%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1892221720.1500.230.1399.643.177.25
HexBDDEACF017D642b4d
Octal275336254170271514453115
Binary1011110111011110101011001111010111110111001001010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDEAC; }

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

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

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

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

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

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

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

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