#BADEAF

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

Shades of Madang #BADEAF

Tints of Madang #BADEAF

Color information

#BADEAF (or 0xBADEAF) is unknown color: approx Madang. HEX triplet: BA, DE and AF. RGB value is (186,222,175). Sum of RGB (Red+Green+Blue) = 186+222+175=583 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.90% from 583); Green value is 222 (87.11% from 255 or 38.08% from 583); Blue value is 175 (68.75% from 255 or 30.02% from 583); Max value from RGB is 222 - color contains mainly: green. Hex color #BADEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADEAF is #452150. Grayscale: #CECECE. Windows color (decimal): -4530513 or 11525818. OLE color: 11525818.

HSL color Cylindrical-coordinate representation of color #BADEAF: hue angle of 105.96º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BADEAF is Cyan = 0.16, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB186222175-
CMYK0.1600.210.13
HSL105.96º41.59%77.84%-
HSV(B)105.96º21.17%87.06%-
XYZ54.1165.7850.4-
YUV205.88110.57113.82-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.90%
GREEN value IS 222 (87.11% from 255) = 38.08%
BLUE value IS 175 (68.75% from 255) = 30.02%
R=31.90%
G=38.08%
B=30.02%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1862221750.1600.210.13105.9641.5977.84
HexBADEAF10015D6a2a4e
Octal272336257200251515252116
Binary10111010110111101010111110000010101110111010101010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADEAF; }

 p { color: rgb(186,222,175); }

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

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

 a { background-color: rgb(186,222,175); }

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

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

 span { border-color: rgb(186,222,175); }

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