#BAE8B5

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

Shades of Madang #BAE8B5

Tints of Madang #BAE8B5

Color information

#BAE8B5 (or 0xBAE8B5) is unknown color: approx Madang. HEX triplet: BA, E8 and B5. RGB value is (186,232,181). Sum of RGB (Red+Green+Blue) = 186+232+181=599 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.05% from 599); Green value is 232 (91.02% from 255 or 38.73% from 599); Blue value is 181 (71.09% from 255 or 30.22% from 599); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE8B5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE8B5 is #45174A. Grayscale: #D4D4D4. Windows color (decimal): -4527947 or 11921594. OLE color: 11921594.

HSL color Cylindrical-coordinate representation of color #BAE8B5: hue angle of 114.12º degrees, saturation: 0.53, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAE8B5 is Cyan = 0.20, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.09.

Color convert

RGB186232181-
CMYK0.2000.220.09
HSL114.12º52.58%80.98%-
HSV(B)114.12º21.98%90.98%-
XYZ57.4571.4954.49-
YUV212.43110.26109.15-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.05%
GREEN value IS 232 (91.02% from 255) = 38.73%
BLUE value IS 181 (71.09% from 255) = 30.22%
R=31.05%
G=38.73%
B=30.22%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1862321810.2000.220.09114.1252.5880.98
HexBAE8B5140169723551
Octal272350265240261116265121
Binary10111010111010001011010110100010110100111100101101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE8B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE8B5; }

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

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

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

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

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

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

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

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