#BAFEB5

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

Shades of Madang #BAFEB5

Tints of Madang #BAFEB5

Color information

#BAFEB5 (or 0xBAFEB5) is unknown color: approx Madang. HEX triplet: BA, FE and B5. RGB value is (186,254,181). Sum of RGB (Red+Green+Blue) = 186+254+181=621 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.95% from 621); Green value is 254 (99.61% from 255 or 40.90% from 621); Blue value is 181 (71.09% from 255 or 29.15% from 621); Max value from RGB is 254 - color contains mainly: green. Hex color #BAFEB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFEB5 is #45014A. Grayscale: #E1E1E1. Windows color (decimal): -4522315 or 11927226. OLE color: 11927226.

HSL color Cylindrical-coordinate representation of color #BAFEB5: hue angle of 115.89º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BAFEB5 is Cyan = 0.27, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.00.

Color convert

RGB186254181-
CMYK0.2700.290.00
HSL115.89º97.33%85.29%-
HSV(B)115.89º28.74%99.61%-
XYZ64.0384.6656.68-
YUV225.35102.9799.94-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.95%
GREEN value IS 254 (99.61% from 255) = 40.90%
BLUE value IS 181 (71.09% from 255) = 29.15%
R=29.95%
G=40.90%
B=29.15%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1862541810.2700.290.00115.8997.3385.29
HexBAFEB51B01D0746155
Octal272376265330350164141125
Binary101110101111111010110101110110111010111010011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFEB5; }

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

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

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

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

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

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

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

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