#BAEDAF

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

Shades of Madang #BAEDAF

Tints of Madang #BAEDAF

Color information

#BAEDAF (or 0xBAEDAF) is unknown color: approx Madang. HEX triplet: BA, ED and AF. RGB value is (186,237,175). Sum of RGB (Red+Green+Blue) = 186+237+175=598 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.10% from 598); Green value is 237 (92.97% from 255 or 39.63% from 598); Blue value is 175 (68.75% from 255 or 29.26% from 598); Max value from RGB is 237 - color contains mainly: green. Hex color #BAEDAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAEDAF is #451250. Grayscale: #D6D6D6. Windows color (decimal): -4526673 or 11529658. OLE color: 11529658.

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

Color convert

RGB186237175-
CMYK0.2200.260.07
HSL109.35º63.27%80.78%-
HSV(B)109.35º26.16%92.94%-
XYZ58.2774.151.79-
YUV214.68105.6107.54-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.10%
GREEN value IS 237 (92.97% from 255) = 39.63%
BLUE value IS 175 (68.75% from 255) = 29.26%
R=31.10%
G=39.63%
B=29.26%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1862371750.2200.260.07109.3563.2780.78
HexBAEDAF1601A76d3f51
Octal27235525726032715577121
Binary1011101011101101101011111011001101011111011011111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEDAF; }

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

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

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

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

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

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

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

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