#BAEFB4

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

Shades of Madang #BAEFB4

Tints of Madang #BAEFB4

Color information

#BAEFB4 (or 0xBAEFB4) is unknown color: approx Madang. HEX triplet: BA, EF and B4. RGB value is (186,239,180). Sum of RGB (Red+Green+Blue) = 186+239+180=605 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.74% from 605); Green value is 239 (93.75% from 255 or 39.50% from 605); Blue value is 180 (70.70% from 255 or 29.75% from 605); Max value from RGB is 239 - color contains mainly: green. Hex color #BAEFB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEFB4 is #45104B. Grayscale: #D8D8D8. Windows color (decimal): -4526156 or 11857850. OLE color: 11857850.

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

Color convert

RGB186239180-
CMYK0.2200.250.06
HSL113.9º64.84%82.16%-
HSV(B)113.9º24.69%93.73%-
XYZ59.3575.4754.62-
YUV216.43107.44106.3-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.74%
GREEN value IS 239 (93.75% from 255) = 39.50%
BLUE value IS 180 (70.70% from 255) = 29.75%
R=30.74%
G=39.50%
B=29.75%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1862391800.2200.250.06113.964.8482.16
HexBAEFB4160196724152
Octal272357264260316162101122
Binary10111010111011111011010010110011001110111001010000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEFB4; }

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

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

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

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

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

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

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

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