#BDDEAB

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

Shades of Madang #BDDEAB

Tints of Madang #BDDEAB

Color information

#BDDEAB (or 0xBDDEAB) is unknown color: approx Madang. HEX triplet: BD, DE and AB. RGB value is (189,222,171). Sum of RGB (Red+Green+Blue) = 189+222+171=582 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.47% from 582); Green value is 222 (87.11% from 255 or 38.14% from 582); Blue value is 171 (67.19% from 255 or 29.38% from 582); Max value from RGB is 222 - color contains mainly: green. Hex color #BDDEAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDEAB is #422154. Grayscale: #CECECE. Windows color (decimal): -4333909 or 11263677. OLE color: 11263677.

HSL color Cylindrical-coordinate representation of color #BDDEAB: hue angle of 98.82º degrees, saturation: 0.44, 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 #BDDEAB is Cyan = 0.15, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB189222171-
CMYK0.1500.230.13
HSL98.82º43.59%77.06%-
HSV(B)98.82º22.97%87.06%-
XYZ54.466648.4-
YUV206.32108.07115.65-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.47%
GREEN value IS 222 (87.11% from 255) = 38.14%
BLUE value IS 171 (67.19% from 255) = 29.38%
R=32.47%
G=38.14%
B=29.38%

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
Decimal1892221710.1500.230.1398.8243.5977.06
HexBDDEABF017D632c4d
Octal275336253170271514354115
Binary1011110111011110101010111111010111110111000111011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDEAB; }

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

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

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

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

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

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

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

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