#BDEEAE

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

Shades of Madang #BDEEAE

Tints of Madang #BDEEAE

Color information

#BDEEAE (or 0xBDEEAE) is unknown color: approx Madang. HEX triplet: BD, EE and AE. RGB value is (189,238,174). Sum of RGB (Red+Green+Blue) = 189+238+174=601 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.45% from 601); Green value is 238 (93.36% from 255 or 39.60% from 601); Blue value is 174 (68.36% from 255 or 28.95% from 601); Max value from RGB is 238 - color contains mainly: green. Hex color #BDEEAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDEEAE is #421151. Grayscale: #D8D8D8. Windows color (decimal): -4329810 or 11464381. OLE color: 11464381.

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

Color convert

RGB189238174-
CMYK0.2100.270.07
HSL105.94º65.31%80.78%-
HSV(B)105.94º26.89%93.33%-
XYZ59.275.0251.41-
YUV216.05104.27108.7-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.45%
GREEN value IS 238 (93.36% from 255) = 39.60%
BLUE value IS 174 (68.36% from 255) = 28.95%
R=31.45%
G=39.60%
B=28.95%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1892381740.2100.270.07105.9465.3180.78
HexBDEEAE1501B76a4151
Octal275356256250337152101121
Binary10111101111011101010111010101011011111110101010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEEAE; }

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

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

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

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

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

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

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

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