#BDEDAE

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

Shades of Madang #BDEDAE

Tints of Madang #BDEDAE

Color information

#BDEDAE (or 0xBDEDAE) is unknown color: approx Madang. HEX triplet: BD, ED and AE. RGB value is (189,237,174). Sum of RGB (Red+Green+Blue) = 189+237+174=600 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.5% from 600); Green value is 237 (92.97% from 255 or 39.5% from 600); Blue value is 174 (68.36% from 255 or 29% from 600); Max value from RGB is 237 - color contains mainly: green. Hex color #BDEDAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDEDAE is #421251. Grayscale: #D7D7D7. Windows color (decimal): -4330066 or 11464125. OLE color: 11464125.

HSL color Cylindrical-coordinate representation of color #BDEDAE: hue angle of 105.71º degrees, saturation: 0.64, 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 #BDEDAE is Cyan = 0.20, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB189237174-
CMYK0.2000.270.07
HSL105.71º63.64%80.59%-
HSV(B)105.71º26.58%92.94%-
XYZ58.9174.4451.31-
YUV215.47104.6109.12-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.5%
GREEN value IS 237 (92.97% from 255) = 39.5%
BLUE value IS 174 (68.36% from 255) = 29%
R=31.5%
G=39.5%
B=29%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1892371740.2000.270.07105.7163.6480.59
HexBDEDAE1401B76a4051
Octal275355256240337152100121
Binary10111101111011011010111010100011011111110101010000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEDAE; }

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

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

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

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

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

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

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

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