#BDE4AE

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

Shades of Madang #BDE4AE

Tints of Madang #BDE4AE

Color information

#BDE4AE (or 0xBDE4AE) is unknown color: approx Madang. HEX triplet: BD, E4 and AE. RGB value is (189,228,174). Sum of RGB (Red+Green+Blue) = 189+228+174=591 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.98% from 591); Green value is 228 (89.45% from 255 or 38.58% from 591); Blue value is 174 (68.36% from 255 or 29.44% from 591); Max value from RGB is 228 - color contains mainly: green. Hex color #BDE4AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE4AE is #421B51. Grayscale: #D2D2D2. Windows color (decimal): -4332370 or 11461821. OLE color: 11461821.

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

Color convert

RGB189228174-
CMYK0.1700.240.11
HSL103.33º50%78.82%-
HSV(B)103.33º23.68%89.41%-
XYZ56.3769.3650.46-
YUV210.18107.58112.89-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.98%
GREEN value IS 228 (89.45% from 255) = 38.58%
BLUE value IS 174 (68.36% from 255) = 29.44%
R=31.98%
G=38.58%
B=29.44%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1892281740.1700.240.11103.335078.82
HexBDE4AE11018B67324f
Octal275344256210301314762117
Binary10111101111001001010111010001011000101111001111100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE4AE; }

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

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

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

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

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

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

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

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