#BAEFAA

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

Shades of Madang #BAEFAA

Tints of Madang #BAEFAA

Color information

#BAEFAA (or 0xBAEFAA) is unknown color: approx Madang. HEX triplet: BA, EF and AA. RGB value is (186,239,170). Sum of RGB (Red+Green+Blue) = 186+239+170=595 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.26% from 595); Green value is 239 (93.75% from 255 or 40.17% from 595); Blue value is 170 (66.80% from 255 or 28.57% from 595); Max value from RGB is 239 - color contains mainly: green. Hex color #BAEFAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAEFAA is #451055. Grayscale: #D7D7D7. Windows color (decimal): -4526166 or 11202490. OLE color: 11202490.

HSL color Cylindrical-coordinate representation of color #BAEFAA: hue angle of 106.09º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BAEFAA is Cyan = 0.22, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB186239170-
CMYK0.2200.290.06
HSL106.09º68.32%80.2%-
HSV(B)106.09º28.87%93.73%-
XYZ58.3775.0749.44-
YUV215.29102.44107.11-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.26%
GREEN value IS 239 (93.75% from 255) = 40.17%
BLUE value IS 170 (66.80% from 255) = 28.57%
R=31.26%
G=40.17%
B=28.57%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1862391700.2200.290.06106.0968.3280.2
HexBAEFAA1601D66a4450
Octal272357252260356152104120
Binary10111010111011111010101010110011101110110101010001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEFAA; }

 p { color: rgb(186,239,170); }

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

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

 a { background-color: rgb(186,239,170); }

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

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

 span { border-color: rgb(186,239,170); }

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