#BDEBAE

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

Shades of Madang #BDEBAE

Tints of Madang #BDEBAE

Color information

#BDEBAE (or 0xBDEBAE) is unknown color: approx Madang. HEX triplet: BD, EB and AE. RGB value is (189,235,174). Sum of RGB (Red+Green+Blue) = 189+235+174=598 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.61% from 598); Green value is 235 (92.19% from 255 or 39.30% from 598); Blue value is 174 (68.36% from 255 or 29.10% from 598); Max value from RGB is 235 - color contains mainly: green. Hex color #BDEBAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDEBAE is #421451. Grayscale: #D6D6D6. Windows color (decimal): -4330578 or 11463613. OLE color: 11463613.

HSL color Cylindrical-coordinate representation of color #BDEBAE: hue angle of 105.25º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDEBAE is Cyan = 0.20, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB189235174-
CMYK0.2000.260.08
HSL105.25º60.4%80.2%-
HSV(B)105.25º25.96%92.16%-
XYZ58.3373.2951.12-
YUV214.29105.26109.96-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.61%
GREEN value IS 235 (92.19% from 255) = 39.30%
BLUE value IS 174 (68.36% from 255) = 29.10%
R=31.61%
G=39.30%
B=29.10%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1892351740.2000.260.08105.2560.480.2
HexBDEBAE1401A8693c50
Octal275353256240321015174120
Binary10111101111010111010111010100011010100011010011111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEBAE; }

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

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

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

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

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

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

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

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