#BAFEB0

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

Shades of Madang #BAFEB0

Tints of Madang #BAFEB0

Color information

#BAFEB0 (or 0xBAFEB0) is unknown color: approx Madang. HEX triplet: BA, FE and B0. RGB value is (186,254,176). Sum of RGB (Red+Green+Blue) = 186+254+176=616 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.19% from 616); Green value is 254 (99.61% from 255 or 41.23% from 616); Blue value is 176 (69.14% from 255 or 28.57% from 616); Max value from RGB is 254 - color contains mainly: green. Hex color #BAFEB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAFEB0 is #45014F. Grayscale: #E1E1E1. Windows color (decimal): -4522320 or 11599546. OLE color: 11599546.

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

Color convert

RGB186254176-
CMYK0.2700.310.00
HSL112.31º97.5%84.31%-
HSV(B)112.31º30.71%99.61%-
XYZ63.5384.4654.03-
YUV224.78100.47100.34-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.19%
GREEN value IS 254 (99.61% from 255) = 41.23%
BLUE value IS 176 (69.14% from 255) = 28.57%
R=30.19%
G=41.23%
B=28.57%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1862541760.2700.310.00112.3197.584.31
HexBAFEB01B01F0706254
Octal272376260330370160142124
Binary101110101111111010110000110110111110111000011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFEB0; }

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

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

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

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

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

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

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

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