#BAEDA8

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

Shades of Madang #BAEDA8

Tints of Madang #BAEDA8

Color information

#BAEDA8 (or 0xBAEDA8) is unknown color: approx Madang. HEX triplet: BA, ED and A8. RGB value is (186,237,168). Sum of RGB (Red+Green+Blue) = 186+237+168=591 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.47% from 591); Green value is 237 (92.97% from 255 or 40.10% from 591); Blue value is 168 (66.02% from 255 or 28.43% from 591); Max value from RGB is 237 - color contains mainly: green. Hex color #BAEDA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAEDA8 is #451257. Grayscale: #D6D6D6. Windows color (decimal): -4526680 or 11070906. OLE color: 11070906.

HSL color Cylindrical-coordinate representation of color #BAEDA8: hue angle of 104.35º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BAEDA8 is Cyan = 0.22, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB186237168-
CMYK0.2200.290.07
HSL104.35º65.71%79.41%-
HSV(B)104.35º29.11%92.94%-
XYZ57.673.8348.26-
YUV213.88102.1108.11-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.47%
GREEN value IS 237 (92.97% from 255) = 40.10%
BLUE value IS 168 (66.02% from 255) = 28.43%
R=31.47%
G=40.10%
B=28.43%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1862371680.2200.290.07104.3565.7179.41
HexBAEDA81601D768424f
Octal272355250260357150102117
Binary10111010111011011010100010110011101111110100010000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEDA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEDA8; }

 p { color: rgb(186,237,168); }

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

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

 a { background-color: rgb(186,237,168); }

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

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

 span { border-color: rgb(186,237,168); }

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