#BAEEB5

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

Shades of Madang #BAEEB5

Tints of Madang #BAEEB5

Color information

#BAEEB5 (or 0xBAEEB5) is unknown color: approx Madang. HEX triplet: BA, EE and B5. RGB value is (186,238,181). Sum of RGB (Red+Green+Blue) = 186+238+181=605 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.74% from 605); Green value is 238 (93.36% from 255 or 39.34% from 605); Blue value is 181 (71.09% from 255 or 29.92% from 605); Max value from RGB is 238 - color contains mainly: green. Hex color #BAEEB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEEB5 is #45114A. Grayscale: #D8D8D8. Windows color (decimal): -4526411 or 11923130. OLE color: 11923130.

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

Color convert

RGB186238181-
CMYK0.2200.240.07
HSL114.74º62.64%82.16%-
HSV(B)114.74º23.95%93.33%-
XYZ59.1674.9255.06-
YUV215.95108.27106.63-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.74%
GREEN value IS 238 (93.36% from 255) = 39.34%
BLUE value IS 181 (71.09% from 255) = 29.92%
R=30.74%
G=39.34%
B=29.92%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1862381810.2200.240.07114.7462.6482.16
HexBAEEB5160187733f52
Octal27235626526030716377122
Binary1011101011101110101101011011001100011111100111111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEEB5; }

 p { color: rgb(186,238,181); }

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

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

 a { background-color: rgb(186,238,181); }

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

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

 span { border-color: rgb(186,238,181); }

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