#BDEE9E

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

Shades of Madang #BDEE9E

Tints of Madang #BDEE9E

Color information

#BDEE9E (or 0xBDEE9E) is unknown color: approx Madang. HEX triplet: BD, EE and 9E. RGB value is (189,238,158). Sum of RGB (Red+Green+Blue) = 189+238+158=585 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.31% from 585); Green value is 238 (93.36% from 255 or 40.68% from 585); Blue value is 158 (62.11% from 255 or 27.01% from 585); Max value from RGB is 238 - color contains mainly: green. Hex color #BDEE9E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDEE9E is #421161. Grayscale: #D6D6D6. Windows color (decimal): -4329826 or 10415805. OLE color: 10415805.

HSL color Cylindrical-coordinate representation of color #BDEE9E: hue angle of 96.75º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BDEE9E is Cyan = 0.21, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB189238158-
CMYK0.2100.340.07
HSL96.75º70.18%77.65%-
HSV(B)96.75º33.61%93.33%-
XYZ57.7374.4443.67-
YUV214.2396.27110-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.31%
GREEN value IS 238 (93.36% from 255) = 40.68%
BLUE value IS 158 (62.11% from 255) = 27.01%
R=32.31%
G=40.68%
B=27.01%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1892381580.2100.340.0796.7570.1877.65
HexBDEE9E15022761464e
Octal275356236250427141106116
Binary101111011110111010011110101010100010111110000110001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEE9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEE9E; }

 p { color: rgb(189,238,158); }

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

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

 a { background-color: rgb(189,238,158); }

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

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

 span { border-color: rgb(189,238,158); }

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